Leadtools.Documents.UI Namespace > DocumentViewerFindText Object : MatchCase Property |
get_matchCase();
set_matchCase(value);
Object.defineProperty('matchCase');
Type | Description |
---|---|
boolean | true to use case matching when searching for text; otherwise, false. Default value is false. |
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.
For an example, refer to Find.