Leadtools.Documents Namespace : DocumentPageText Object |
The following tables list the members exposed by DocumentPageText.
Name | Description | |
---|---|---|
![]() | DocumentPageText Constructor | Initializes a new instance of DocumentPageText. |
Name | Description | |
---|---|---|
![]() | Characters | The list of text characters found in the document page. |
![]() | Text | The text found in the document page. |
![]() | TextMap | List that contains the indecies into Characters of each character in Text |
![]() | Words | The list of text words found in the document page. |
Name | Description | |
---|---|---|
![]() | BuildText | Build the text found in the document page as a simple string object. |
![]() | BuildTextWithMap | Build the text found in the document page with extra map back into the characters list. |
![]() | BuildWords | Build a list of the words found in the document page. |
![]() | ClearBuildData | Clears the generated words, text and map values. |
![]() | ClipText | Creates a new DocumentPageText from a portion of this text data. |
![]() | ParseLinks | Parses the links found in this DocumentText. |