Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerFindText Class : WholeWordsOnly Property |
public bool WholeWordsOnly {get; set;}
'Declaration
Public Property WholeWordsOnly As Boolean
'Usage
Dim instance As DocumentViewerFindText Dim value As Boolean instance.WholeWordsOnly = value value = instance.WholeWordsOnly
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.