GetAutoZoneOptions method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short GetAutoZoneOptions ();

Overview

Refer to Working with Zones

Remarks

Gets the automatic zoning options used by the OCR engine.

Call the FindZones method to automatically detect zones.

To set the automatic zoning options, call the SetAutoZoneOptions method.

This method automatically updates the following properties with the automatic zoning options:

ZoneParser property

EnableZoneForceSingleColumn property

ShowZoneGridLines property

See Also

Elements:

ZoneCount property, AddZone method, UpdateZone method, RemoveZone method, ImportZones method, ExportZones method, FindZones method, SetAutoZoneOptions method, GetZoneInfo method, DefaultPageFillMethod property, PageFillMethod property, ShowZoneGridLines property, EnableZoneForceSingleColumn property, ZoneHeight property, ZoneLeft property, ZoneTop property, ZoneWidth property, ZoneParser property

Topics:

Quick Reference OCR: Working with Zones