Indicates whether to match the whole word when searching for text.
Object.defineProperty(DocumentViewerFindText.prototype, 'wholeWordsOnly',
get: function(),
set: function(value)
)
wholeWordsOnly: boolean;
true to to match the whole word when searching for text; otherwise, false. Default value is false.
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.
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