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

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

    Property Value

    The rectangular area, measured in hundredths of an inch, that represents the portion of the page inside the margins.
    See Also