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

In This Topic
    PaperSize Property
    In This Topic
    Gets or sets the paper size.

    Setting this property updates Width and Height, unless the value is PaperSize.PaperCustom.

    Syntax
    'Declaration
     
    Public Property PaperSize As PaperSize
    public PaperSize PaperSize {get; set;}
    See Also