IOcrFactoryOcrImageRegion Method (Rectangle, AtalaImage) |
Construct a new page element to represent an image in a document.
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 OcrImageRegion OcrImageRegion(
Rectangle bounds,
AtalaImage image
)
Function OcrImageRegion (
bounds As Rectangle,
image As AtalaImage
) As OcrImageRegion
Parameters
- bounds
- Type: System.DrawingRectangle
- image
- Type: Atalasoft.ImagingAtalaImage
Return Value
Type:
OcrImageRegion A new object of type
OcrImageRegion.
See Also