text Property

Summary

The text to find.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerFindText.prototype, 'text', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
text: string; 

Property Value

The text to find. Default value is null.

Remarks

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.

Example

For an example, refer to Find.

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.UI Assembly