Leadtools.Documents.UI Namespace > DocumentViewerFindText Object : Text Property |
get_text();
set_text(value);
Object.defineProperty('text');
Type | Description |
---|---|
string | The text to find. Default value is null. |
When used as a parameter to Find, the PageNumber specifies the text to find.
When using LastFindText, the Text contains the last text value found. Setting this value will clear any previous results saved in the object.
For an example, refer to Find.