Gets a collection of quadrilaterals that encompass a word or group of contiguous words in the text underlying
the annotation.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfQuadrilateral[] GetTextBounds()
VB
Public Function GetTextBounds As PdfQuadrilateral()
Return Value
Type:
PdfQuadrilateral[]
Collection of quadrilaterals that encompass a word or group of contiguous words in the text underlying
the annotation
Remarks
See Also