Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Show in webframe

WholeWordsOnly Property






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

Property Value

true to to match the whole word when searching for text; otherwise, false. Default value is false.
Remarks

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.

Example

For an example, refer to Find.

Requirements

Target Platforms

See Also

Reference

DocumentViewerFindText Class
DocumentViewerFindText Members

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features