←Select platform

Text Property

Summary

The text found in the document page.

Syntax

C#
VB
Java
C++
public string Text { get; } 
Public ReadOnly Property Text() As String 
   Get 
public:  
   property String^ Text 
   { 
      String^ get() 
   } 
public String getText() 

Property Value

The text found in the document page as a simple string object. Default value is null.

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.

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

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms

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

Leadtools.Documents Assembly