Click or drag to resize

IOcrTemplateGetPageZones Method

Gets the list of zones defined on the specified page.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
IReadOnlyCollection<IOcrZone> GetPageZones(
	int pageNumber
)

Parameters

pageNumber
Type: SystemInt32
Zero-based index of the page.

Return Value

Type: IReadOnlyCollectionIOcrZone
The list of zones for the specified page.
See Also