Click or drag to resize

IOcrFactoryOcrTableRegion Method (Rectangle)

Construct a page element to represent a table.

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

Parameters

bounds
Type: System.DrawingRectangle

Return Value

Type: OcrTableRegion
A new object of type OcrTableRegion.
See Also