Click or drag to resize

TextSearchSetPattern Method

Sets the current search pattern. Note that it is not necessary to call this method since the search pattern is already set when calling the begin() method. This method is provided for users to change the search pattern while searching through a document.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool SetPattern(
	string pattern
)

Parameters

pattern
Type: SystemString
the search pattern to set.

Return Value

Type: Boolean
true if the setting has succeeded.
See Also