OcrImageRegion Constructor (AtalaImage, Boolean) |
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 OcrImageRegion(
AtalaImage parentImage,
bool shouldCopy
)
Public Sub New (
parentImage As AtalaImage,
shouldCopy As Boolean
)
Parameters
- parentImage
- Type: Atalasoft.ImagingAtalaImage
The image from which this image will be taken. - shouldCopy
- Type: SystemBoolean
If shouldCopy is true, this constructor will make a copy of the image provided instead of
using it directly.
Remarks This constructor will make a new image by cropping the parent image to the given bounds.
In typical usage, this constructor should not be called directly. Instead, use the
OcrImageRegion method contained in the Factory property of
OcrEngine.
See Also