ExportZones method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short ExportZones (short iPageIndex, BSTR bstrFileName);

Overview

Refer to Working with Zones

Remarks

Exports the zone list of the specified page into a zone file.

Zones that have been exported using this method can be imported using the ImportZones method.

The zone files are created by the underlying ScanSoft engine. The bstrFileName parameter should include the file extension.

See Also

Elements:

ZoneCount property, AddZone method, UpdateZone method, RemoveZone method, ImportZones method, GetZoneInfo method, FindZones method, SetAutoZoneOptions method, GetAutoZoneOptions 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