AppendZone

This method adds a zone to the current page.

Note: Text added to a worktext object using AppendString or AppendReject always refers to the line added by AppendZone.

Syntax

AppendZone (Top as Long, Left as Long, Height as Long, Width as Long)
Parameter Description
Top Top position of the zone in pixels.

Optional parameter. The default value is 0.

Left Left position of the zone in pixels.

Optional parameter. The default value is 0.

Height Height of the zone in pixels.

Optional parameter. The default value is 0.

Width Width of the zone in pixels.

Optional parameter. The default value is 0.