Click or drag to resize

TextExtractor Methods

The TextExtractor type exposes the following members.

Methods
  NameDescription
Public methodBegin(Page)
Start reading the page.
Public methodBegin(Page, Rect)
Start reading the page.
Public methodBegin(Page, Rect, TextExtractorProcessingFlags)
Start reading the page.
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAsText
Get all words in the current selection as a single string.
Public methodGetAsText(Boolean)
Get all words in the current selection as a single string.
Public methodGetAsXML
Get text content in a form of an XML string.
Public methodGetAsXML(TextExtractorXMLOutputFlags)
Get text content in a form of an XML string.
Public methodGetFirstLine
Gets the first line of text on the selected page
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHighlights
Public methodGetNumLines
Gets the number of line
Public methodGetTextUnderAnnot
Get all the characters that intersect an annotation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWordCount
Gets the word count.
Public methodSetRightToLeftLanguage
Tells TextExtractor that the document reads from right to left.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also