Click to expand/collapse this hidden textOrient(Direction:string);

Procedure

EscapeE only

ORIENT specifies the orientation of display. DIRECTION may take one of these values:
'P' = portrait (default)
'L' = landscape
'I' = inverse (portrait rotated 180degrees)
'J' = journal (landscape rotated 180degrees)

Example Table example: Variable data

See also PAPER and CUSTOM procedures, below

Click to expand/collapse this hidden textPlex(Option:string);

Procedure

EscapeE only.

PLEX specifies whether one or both sides of the paper may be used. In the case of DUPLEX, edge-binding may be specified.

[SIMPLEX|DUPLEX][LONG|SHORT]

Example Plex('DUPLEX LONG');

Example Line example

See also ORIENT procedure, above.

Click to expand/collapse this hidden textCopies(N:number);

Procedure

EscapeE only.

COPIES specifies the number, N, of copies required.

Click to expand/collapse this hidden textPaper(Option:string;Force:boolean);

Procedure

EscapeE only.

Set paper type.

Example Paper('A4',false);

Example Table example: Variable data

See also CUSTOM procedure, below.

Click to expand/collapse this hidden textCustom(W,H:number);

Procedure

EscapeE only.

CUSTOM sets the width W and height H (in pixels at 600dpi) for custom paper.

See also PAPER procedure, above.

Click to expand/collapse this hidden textSetTrays(T,B:number);

Procedure

EscapeE only.

Set input paper tray T and output bin B.

See also PAPER procedure, above.