PageSize.Code Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Printer Paper Code
Represents the following attribute in the schema: w:code
[DocumentFormat.OpenXml.SchemaAttr(23, "code")]
public DocumentFormat.OpenXml.UInt16Value Code { get; set; }
public DocumentFormat.OpenXml.UInt16Value Code { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "code")]
public DocumentFormat.OpenXml.UInt16Value? Code { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:code")]
public DocumentFormat.OpenXml.UInt16Value? Code { get; set; }
public DocumentFormat.OpenXml.UInt16Value? Code { get; set; }
member this.Code : DocumentFormat.OpenXml.UInt16Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "code")>]
member this.Code : DocumentFormat.OpenXml.UInt16Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:code")>]
member this.Code : DocumentFormat.OpenXml.UInt16Value with get, set
Public Property Code As UInt16Value
Property Value
Returns Int32Value.
- Attributes