Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / ShowTextBase Class / GetBoundsEx Method

In This Topic
    GetBoundsEx Method (ShowTextBase)
    In This Topic
    Tries to get bounds of the operator, returns false if it is not possible.
    Syntax
    'Declaration
     
    Public Sub GetBoundsEx( _
       ByRef bounds As System.Nullable(Of Quadrilateral) _
    ) 
    public void GetBoundsEx( 
       out System.Nullable<Quadrilateral> bounds
    )

    Parameters

    bounds
    See Also