Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / IVisualOperator Interface / GetBounds Method

In This Topic
    GetBounds Method (IVisualOperator)
    In This Topic
    Returns the operator's bounds on the page. Note! Method can return a null if bounds can't be determined, it is possible if operator's operands are incorrect.
    Syntax
    'Declaration
     
    Function GetBounds() As System.Nullable(Of RectangleF)
    System.Nullable<RectangleF> GetBounds()
    See Also