ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Word Assembly / GrapeCity.ActiveReports.Export.Word Namespace / WordPageSettings Class / PaperSize Property

In This Topic
    PaperSize Property (WordPageSettings)
    In This Topic
    Gets or sets the print paper size of Word doc.
    Syntax
    'Declaration
     
    Public Property PaperSize As WordPageSettings.PaperSizes
    public WordPageSettings.PaperSizes PaperSize {get; set;}
    See Also