Adds the given paper size to the list of available paper sizes.
*AddPaperSize()Adds the given paper size to the list of available paper sizes. |
|||||
*AddPaperSize()Adds the given paper size to the list of available paper sizes. |
Syntax |
*AddPaperSize(name, width, height, units) |
|
Arguments |
Name |
Description |
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”). |
|
Example |
*BeginDefaults() *AddPrinter("lj1", "lpr") *AddPaperSize("Slide", 11.0, 7.33, inches) *EndDefaults() |
|
Application |
HyperGraph 2D, HyperView, MotionView, MediaView, and TextView |
|
Context |
||
See also |
|
|