Method SetTextBounds
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
SetTextBounds(IEnumerable<PdfQuadrilateral>)
Sets a collection of quadrilaterals that encompass a word or group of contiguous words in the text underlying the annotation.
public void SetTextBounds(IEnumerable<PdfQuadrilateral> textBounds)
Parameters
textBounds
IEnumerable<PdfQuadrilateral>Bounds for words in the text underlying the annotation.
Remarks
The text is oriented with respect to the edge connecting FirstCorner and SecondCorner points. Usually, FirstCorner should correspond to the left-top corner of the annotated area, SecondCorner - to the right-top corner.