Click or drag to resize

OcrPageLocationEventArgsRegionsIn Property

This property provides a collection of OcrRegion objects that have been identified by the OcrEngine as areas of interest within a page.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public OcrRegionCollection RegionsIn { get; }

Property Value

Type: OcrRegionCollection
Remarks

Do not modify this collection or elements within it. In the best case, changes will be ignored.

Do not expect any of the regions to contain valid data except for the bounding rectangle.

See Also