AnnotationTextMatch

AnnotationTextMatch

Overview

AnnotationTextMatch is a interface in Aspose.PDF FOSS for TypeScript.

A match in the text an annotation CARRIES, rather than the text it draws.

Properties: annot, key, text, value.

Properties

NameTypeAccessDescription
annot: AnnotationReadThe annotation carrying the text.
key: AnnotationTextKeyReadWhich entry matched.
value: stringReadThat entry’s full value.
text: stringReadThe matched substring of it.