Indicates whether to use case matching when searching for text.
Object.defineProperty(DocumentViewerFindText.prototype, 'matchCase',
get: function(),
set: function(value)
)
matchCase: 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET