Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentPageText Class : BuildTextWithMap Method |
public void BuildTextWithMap()
'Declaration
Public Sub BuildTextWithMap()
'Usage
Dim instance As DocumentPageText instance.BuildTextWithMap()
public void buildTextWithMap()
public: void BuildTextWithMap();
The FirstCharacterIndex and LastCharacterIndex of the DocumentWord object can be used to map the word back to the original characters in the Characters list. Similarly, you can use BuildTextWithMap to populate Text as well the TextMap list that can be used to map the text string all the way back to its part in the Characters list.
For more information, refer to TextMap.
For an example, refer to TextMap.