Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageSize Class / Code Property

In This Topic
    Code Property (PageSize)
    In This Topic
    Gets or sets an optional value that can be used to store an identifier for the current paper size.
    Syntax
    'Declaration
     
    Public Property Code As System.UShort
    public System.ushort Code {get; set;}
    See Also