TextExtractor Methods |
The TextExtractor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Begin(Page) | Start reading the page. |
![]() | Begin(Page, Rect) | Start reading the page.
|
![]() | Begin(Page, Rect, TextExtractorProcessingFlags) | Start reading the page.
|
![]() | Close | |
![]() | Equals | (Inherited from Object.) |
![]() | GetAsText() | Get all words in the current selection as a single string.
|
![]() | GetAsText(Boolean) | Get all words in the current selection as a single string.
|
![]() | GetAsXML() | Get text content in a form of an XML string.
|
![]() | GetAsXML(TextExtractorXMLOutputFlags) | Get text content in a form of an XML string.
|
![]() | GetFirstLine | Gets the first line of text on the selected page
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetHighlights | |
![]() | GetNumLines | Gets the number of line
|
![]() | GetTextUnderAnnot | Get all the characters that intersect an annotation.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetWordCount | Gets the word count.
|
![]() | SetRightToLeftLanguage |
Tells TextExtractor that the document reads from right to left.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |