Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderRichTextFragment Class / InnerBoundsOnPage Property

In This Topic
    InnerBoundsOnPage Property (RenderRichTextFragment)
    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