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 : Text Property |
public string Text {get;}
'Declaration
Public ReadOnly Property Text As String
'Usage
Dim instance As DocumentPageText Dim value As String value = instance.Text
public String getText()
The document page text can be obtained as a simple string object through the Text property. This is not performed automatically and you must call BuildText to populate this property with the text value from Characters. Note that BuildText will also build the words by calls BuildWords first if this has not been done by the user first.
For more information, refer to Parsing Text with the Documents Library.
For an example, refer to DocumentPageText.