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

NameTypeAccessDescription
annot: AnnotationReadThe annotation whose appearance drew the matched text.
text: stringReadThe matched substring of that annotation’s assembled appearance text.
quads: Rect[]ReadPage-space boxes [x0,y0,x1,y1], one per line the match spans.