 | OcrApi.Rectangle Property |
Restrict recognition to a sub-rectangle of the image.
Namespace:
Patagames.Ocr
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic Rectangle Rectangle { get; set; }
Public Property Rectangle As Rectangle
Get
Set
public:
property Rectangle Rectangle {
Rectangle get ();
void set (Rectangle value);
}
member Rectangle : Rectangle with get, set
/** @property */
public Rectangle get_Rectangle()
/** @property */
public void set_Rectangle(Rectangle value)
function get_Rectangle();
function set_Rectangle(value);
Property Value
Type:
Rectangle
RemarksShould be sets after
SetImage.
Each sets Rectangle clears the recogntion results so multiple rectangles
can be recognized with the same image.
See Also