Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextRunFragmentExt Class / GetBounds Method
The current ITextRunFragment object.

In This Topic
    GetBounds Method (ITextRunFragmentExt)
    In This Topic
    Gets a GrapeCity.Documents.Common.Quadrilateral representing the four vertices's bounding this ITextRunFragment object. The coordinates are relative to the top left corner of the page.
    Syntax
    'Declaration
     
    Public Shared Function GetBounds( _
       ByVal runFragment As ITextRunFragment _
    ) As Quadrilateral
    public static Quadrilateral GetBounds( 
       ITextRunFragment runFragment
    )

    Parameters

    runFragment
    The current ITextRunFragment object.

    Return Value

    Quadrilateral representing the bounds of this text run fragment on the page.
    See Also