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
)
Public Function GetTextUnderAnnot (
annot As IAnnot
) As String
public:
virtual String^ GetTextUnderAnnot(
[InAttribute] IAnnot^ annot
) sealed
function GetTextUnderAnnot(annot);
Parameters
- annot
- Type: pdftron.PDFIAnnot
The annotation to intersect with.
Return Value
Type:
String The string under annot
See Also