In This Topic
GdPicture14 Namespace / GdViewer Class / EnableFuzzySearch Property

EnableFuzzySearch Property (GdViewer)

In This Topic
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);

}
See Also