GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / EnableEnableFuzzySearch Property
Example





In This Topic
EnableEnableFuzzySearch Property
In This Topic
Specifies if fuzzy match is activated during any text search operation. When enabled, a text search operation searches for text that matches a term closely instead of exactly.
Syntax
'Declaration
 
Public Property EnableEnableFuzzySearch As Boolean
 

Property Value

The default value is false.
Example
How to utilize this property in your GdViewer control.
'We assume that the GdViewer1 control has been properly integrated.
GdViewer1.EnableEnableFuzzySearch = True
See Also