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

In This Topic
    Bounds Property (FormXObject)
    In This Topic
    Gets or sets the bounds of this FormXObject.
    Syntax
    'Declaration
     
    Public Property Bounds As System.Drawing.RectangleF
    public System.Drawing.RectangleF Bounds {get; set;}
    See Also