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

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