Click or drag to resize

OcrPageLocationEventArgs Constructor

Constructs a new OcrPageLocationEventArgs object.

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 OcrPageLocationEventArgs(
	OcrRegionCollection regionsIn,
	AtalaImage image
)

Parameters

regionsIn
Type: Atalasoft.OcrOcrRegionCollection
A collection of regions that have been recognized on a page.
image
Type: Atalasoft.ImagingAtalaImage
The image that is currently being scanned for locations.

Return Value

Type: 
A new OcrPageLocationEventArgs object.
See Also