←Select platform

BuildText Method

Summary

Constructs the text of this document page.

Syntax

C#
VB
C++
public string BuildText() 
  
Public Function BuildText() As String 
public: 
String^ BuildText();  

Return Value

A System.String that represents the overall text of this document page.

Remarks

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.

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentReaders Assembly