Sets 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 void SetTextBounds(
IEnumerable<PdfQuadrilateral> textBounds
)
VB
Public Sub SetTextBounds (
textBounds As IEnumerable(Of PdfQuadrilateral)
)
Parameters
- textBounds
- Type: System.Collections.Generic.IEnumerable<PdfQuadrilateral>
Bounds for words in the text underlying the annotation.
Remarks
See Also