TextSearchOptions

TextSearchOptions()

Initializes a new instance of the TextSearchOptions class with default values.

public TextSearchOptions()

See Also


TextSearchOptions(string)

Initializes a new instance of the TextSearchOptions class with text value.

public TextSearchOptions(string text)
Parameter Type Description
text String Set Text of Text signature.

See Also