In This Topic
GdPicture14 Namespace / GdViewer Class / EnableFuzzySearch Property

EnableFuzzySearch Property (GdViewer)

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 EnableFuzzySearch As Boolean
public bool EnableFuzzySearch {get; set;}
public read-write property EnableFuzzySearch: Boolean; 
public function get,set EnableFuzzySearch : boolean
public: __property bool get_EnableFuzzySearch();

public: __property void set_EnableFuzzySearch( 

   bool value

);
public:

property bool EnableFuzzySearch {

   bool get();

   void set (    bool value);

}

Property Value

The default value is false.
See Also