text Property

Summary

The text to find.

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

Property Value

The text to find. Default value is null.

Remarks

Spaces are the only whitespace allowed in the search text, and search text cannot contain only spaces.

Search text may be transformed by options like MatchCase or WholeWordsOnly.

For more information, refer to DocumentViewerText.Find.

Example

For an example, refer to DocumentViewerText.Find.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly