Paper
Orient(Direction:string); |
Procedure EscapeE only ORIENT specifies the orientation of display. DIRECTION may take one of these values: |
Plex(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] Plex('DUPLEX LONG'); See also ORIENT procedure, above. |
Copies(N:number); |
Procedure EscapeE only. COPIES specifies the number, N, of copies required. |
Paper(Option:string;Force:boolean); |
Procedure EscapeE only. Set paper type. Paper('A4',false); See also CUSTOM procedure, below. |
Custom(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. |
SetTrays(T,B:number); |
Procedure EscapeE only. Set input paper tray T and output bin B. See also PAPER procedure, above. |