wholeWordsOnly Property

Summary

Indicates whether to match the whole word when searching for text.

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

Property Value

true to match the whole word when searching for text; otherwise, false. Default value is false.

Remarks

When WholeWordsOnly is false, then the Text "ell" is a match if the page contains "Hello". It is not a match when WholeWordsOnly is true.

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.