Click or drag to resize

BasicOcrFactoryOcrFormElementRegion Method (Rectangle)

Constructs a new OcrFormElementRegion.

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 virtual OcrFormElementRegion OcrFormElementRegion(
	Rectangle bounds
)

Parameters

bounds
Type: System.DrawingRectangle
The bounding Rectangle of the page element in pixels relative to the parent image.

Return Value

Type: OcrFormElementRegion
A new OcrFormElementRegion.

Implements

IOcrFactoryOcrFormElementRegion(Rectangle)
Remarks
This class is in the prototype stage and likely to change.
See Also