AddZone method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AddZone (short iPageIndex, short iZoneIndex, ILTZoneData *pZone);

Overview

Refer to Working with Zones

Remarks

Adds a new zone in the zone list of the specified page. After the zone is added, the zone list is recalculated automatically.

The information that defines the zone to add is passed to the method in the pZone parameter, a pointer to an ILTZoneData object /interface. For more information on the properties of this object/interface, refer to ILTZoneData.

See Also

Elements:

ZoneCount property, GetZoneInfo method, UpdateZone method, RemoveZone method, ImportZones method, ExportZones 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