Click or drag to resize

TextExtractorGetTextUnderAnnot Method

Get all the characters that intersect an annotation.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetTextUnderAnnot(
	IAnnot annot
)

Parameters

annot
Type: pdftron.PDFIAnnot
The annotation to intersect with.

Return Value

Type: String
The string under annot
See Also