matchCase Property

Summary

Indicates whether to use case matching when searching for text.

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

Property Value

true to use case matching when searching for text; otherwise, false. Default value is false.

Remarks

When this option is false, then the viewer will internally compares the lower case of Text against the lower case of the text in the pages. Note that lower case matching might not work in all languages.

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