Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / Bounds Property

In This Topic
    Bounds Property (Page)
    In This Topic
    Gets the bounds of the current page in points. The return value is the same as returned by MediaBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As System.Drawing.RectangleF
    public System.Drawing.RectangleF Bounds {get;}
    See Also