Click or drag to resize

IOcrImageCroppingRect Property

Gets or sets a cropping rectangle for full-page OCR. If null, then the entire page is processed.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
Rectangle? CroppingRect { get; set; }

Property Value

Type: NullableRectangle
See Also