AddZone method (ILEADRasterDocument)
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