Click or drag to resize

IOcrTemplateGetAllZones Method

Gets the list of all zones defined on the template.

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

Return Value

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