OcrWord.BoundingRect Property

Definition

Gets the position and size in pixels of the recognized word from the top left corner of image when the value of TextAngle property is 0 (zero).

public:
 property Rect BoundingRect { Rect get(); };
Rect BoundingRect();
public Rect BoundingRect { get; }
var rect = ocrWord.boundingRect;
Public ReadOnly Property BoundingRect As Rect

Property Value

The position and size in pixels of the recognized word from the top left corner of image when the value of TextAngle property is 0 (zero).

Remarks

When the value of the TextAngle property is not null, the values of the Left and Top properties of BoundingBox are calculated from the rotated image.

Applies to