ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderFragment Class / InnerBoundsOnPage Property

In This Topic
    InnerBoundsOnPage Property
    In This Topic
    Gets the inner bounds of the current fragment (without spacing, borders and padding) on the page.
    Syntax
    'Declaration
     
    Public ReadOnly Property InnerBoundsOnPage As RectangleD
    public RectangleD InnerBoundsOnPage {get;}
    See Also