Leadtools.Documents.UI Namespace > DocumentViewerFindText Object : WholeWordsOnly Property |
get_wholeWordsOnly();
set_wholeWordsOnly(value);
Object.defineProperty('wholeWordsOnly');
Type | Description |
---|---|
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.