TextSearchOptions.Rectangle

TextSearchOptions.Rectangle property

Gets or sets rectangle that bounds the searched text.

public Rectangle Rectangle { get; set; }

Remarks

The property may be used in case it is required to delimit text extraction or text replace region.

See Also