TextSearchOptions.TextSearchOptions

TextSearchOptions(bool)

Initializes new instance of the TextSearchOptions object. Specifies regular expression usage mode.

public TextSearchOptions(bool isRegularExpressionUsed)
ParameterTypeDescription
isRegularExpressionUsedBooleanValue that indicates that regularexpression is used.

See Also


TextSearchOptions(Rectangle)

Initializes new instance of the TextSearchOptions object. Specifies rectangle that delimits the searched text.

public TextSearchOptions(Rectangle rectangle)
ParameterTypeDescription
rectangleRectangleRectangle that includes the extracted text.

See Also


TextSearchOptions(Rectangle, bool)

Initializes new instance of the TextSearchOptions object. Specifies rectangle that delimits the searched text and regular expression usage mode.

public TextSearchOptions(Rectangle rectangle, bool isRegularExpressionUsed)
ParameterTypeDescription
rectangleRectangleRectangle that includes the extracted text.
isRegularExpressionUsedBooleanValue that indicates that regularexpression is used.

See Also