[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextRunFragmentExt.GetBounds

GetBounds Method

GetBounds(ITextRunFragment)

Gets a Quadrilateral representing the four vertices's bounding this ITextRunFragment object. The coordinates are relative to the top left corner of the page.

Declaration
public static Quadrilateral GetBounds(this ITextRunFragment runFragment)
Public Shared Function GetBounds(runFragment As ITextRunFragment) As Quadrilateral
Parameters
Type Name Description
ITextRunFragment runFragment

The current ITextRunFragment object.

Returns
Type Description
Quadrilateral

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