ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PrintPageEventArgs Class / PageBounds Property

In This Topic
    PageBounds Property
    In This Topic
    Gets the rectangular area that represents the total area of the page.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageBounds As Rectangle
    public Rectangle PageBounds {get;}

    Property Value

    The rectangular area that represents the total area of the page.
    See Also