Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

BuildText Method






Build the text found in the document page as a simple string object.
Syntax
public void BuildText()
'Declaration
 
Public Sub BuildText() 
'Usage
 
Dim instance As DocumentPageText
 
instance.BuildText()
public void buildText()
            
public:
void BuildText(); 
Remarks

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.

After the words are set in BuildWords, this method will create the text string by appending all the items in Words separated by a white space character. The result is then set in Text.

For more information, refer to Parsing Text with the Documents Library.

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms

See Also

Reference

DocumentPageText Class
DocumentPageText Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features