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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.