Leadtools.Forms.DocumentReaders Namespace > DocumentPageText Class : BuildText Method |
public string BuildText()
'Declaration Public Function BuildText() As String
'Usage Dim instance As DocumentPageText Dim value As String value = instance.BuildText()
public: String^ BuildText();
This method uses the words found in this page (in the Words property) to construct the overall text of the document page by combining all the words (DocumentWord.Value) to form the text and adding a space between consecutive words in the same line.
When a word item IsEndOfLine or IsEndOfParagraph is set to true, then a new line character is inserted in te text to separate the lines of the page.
For an example, refer to DocumentPageText.