ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / IPageSettings Interface / Bounds Property

In This Topic
    Bounds Property (IPageSettings)
    In This Topic
    Gets the size of the page, taking into account the page orientation specified by the System.Drawing.Printing.PageSettings.Landscape property.
    Syntax
    'Declaration
     
    ReadOnly Property Bounds As Rectangle
    Rectangle Bounds {get;}

    Property Value

    A System.Drawing.Rectangle that represents the length and width, in hundredths of an inch, of the page.
    See Also