AnnotationMatch
Overview
AnnotationMatch is a interface in Aspose.PDF FOSS for TypeScript.
A match in the text one annotation’s appearance stream draws.
Properties: annot, quads, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
annot | : Annotation | Read | The annotation whose appearance drew the matched text. |
text | : string | Read | The matched substring of that annotation’s assembled appearance text. |
quads | : Rect[] | Read | Page-space boxes [x0,y0,x1,y1], one per line the match spans. |