Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / DoFormXObject Class / GetBounds Method

In This Topic
    GetBounds Method (DoFormXObject)
    In This Topic
    Returns the bounds of GrapeCity.Documents.Pdf.Graphics.IXObject.
    Syntax
    'Declaration
     
    Public Overrides Function GetBounds() As System.Nullable(Of RectangleF)
    public override System.Nullable<RectangleF> GetBounds()
    See Also