Click or drag to resize

OcrPage Constructor (Int32, Int32, AtalaImage)

Construct an OcrPage with a non-zero top corner.

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 OcrPage(
	int left,
	int top,
	AtalaImage image
)

Parameters

left
Type: SystemInt32
The position of the left edge of the page
top
Type: SystemInt32
The position of the top edge of the page
image
Type: Atalasoft.ImagingAtalaImage
The image from which this page is being constructed
See Also