PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderFragment Class / Bounds Property

In This Topic
    Bounds Property (RenderFragment)
    In This Topic
    Gets or sets the current fragment's bounds within its parent. For top level fragments, bounds within RenderFragment.Page are returned.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As RectangleD
    public RectangleD Bounds {get;}
    See Also