*AddPaperSize()
Adds the given paper size to the list of available paper sizes.
Syntax
*AddPaperSize (name, width, height, units)
Application
HyperGraph 2D, HyperView, MotionView, MediaView, and TextView
Inputs
- name
 - The name of the paper size.
 - width
 - The width of the paper.
 - height
 - The height of the paper.
 - units
 - The units that the paper dimensions are given in (“inches”, “mm”, or “points”).
 
Context
*BeginDefaults()
Example
*BeginDefaults()                                          
  *AddPrinter("lj1", "lpr")                               
  *AddPaperSize("Slide", 11.0, 7.33, inches)
*EndDefaults()