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