Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / IImageOperator Interface / GetBoundsEx Method

In This Topic
    GetBoundsEx Method (IImageOperator)
    In This Topic
    Returns bounds of the operator.
    Syntax
    'Declaration
     
    Sub GetBoundsEx( _
       ByRef bounds As Quadrilateral _
    ) 
    void GetBoundsEx( 
       out Quadrilateral bounds
    )

    Parameters

    bounds
    See Also