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 As Boolean _
)
public void SetSearchTextFuzzyMatch(
bool
)
public procedure SetSearchTextFuzzyMatch(
: Boolean
);
public function SetSearchTextFuzzyMatch(
: boolean
);
public: void SetSearchTextFuzzyMatch(
bool
)
public:
void SetSearchTextFuzzyMatch(
bool
)
Parameters
- EnableFuzzyMatch
- True to enable fuzzy search, false otherwise.
See Also