GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF Class / SetSearchTextFuzzyMatch Method
True to enable fuzzy search, false otherwise.





In This Topic
SetSearchTextFuzzyMatch Method (GdPicturePDF)
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. Fuzzy match is disabled by default.
Syntax
'Declaration
 
Public Sub SetSearchTextFuzzyMatch( _
   ByVal EnableFuzzyMatch As Boolean _
) 
public void SetSearchTextFuzzyMatch( 
   bool EnableFuzzyMatch
)
public procedure SetSearchTextFuzzyMatch( 
    EnableFuzzyMatch: Boolean
); 
public function SetSearchTextFuzzyMatch( 
   EnableFuzzyMatch : boolean
);
public: void SetSearchTextFuzzyMatch( 
   bool EnableFuzzyMatch
) 
public:
void SetSearchTextFuzzyMatch( 
   bool EnableFuzzyMatch
) 

Parameters

EnableFuzzyMatch
True to enable fuzzy search, false otherwise.
See Also