Indicates whether to match the whole word when searching for text.
public bool WholeWordsOnly { get; set; }
Public Property WholeWordsOnly() As Boolean
Get
Set
public:
property bool WholeWordsOnly
{
bool get()
void set(bool value)
}
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