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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public OcrPage(
int left,
int top,
AtalaImage image
)
Public Sub New (
left As Integer,
top As Integer,
image As AtalaImage
)
Parameters
- left
- Type: System.Int32
The position of the left edge of the page - top
- Type: System.Int32
The position of the top edge of the page - image
- Type: Atalasoft.Imaging.AtalaImage
The image from which this page is being constructed
See Also