VSIZE
Sets the vertical size of the graphics output area.
Used by: |
GOPTIONS statement, GDEVICE procedure, GDEVICE Detail window |
Restriction: |
partially supported by Java or ActiveX |
See: |
HSIZE YMAX
|
Syntax
VSIZE=vertical-size <IN | CM | PT>
Parameter Values
- vertical-size <IN
| CM | PT>
-
specifies the height
of the graphics output area; vertical-size must be a positive number and can be followed by a unit specification,
either IN for inches (default), or CM for centimeters, or PT for points.
If you do not specify the VSIZE= option, a default size is searched
for in this order:
-
the vertical size is
calculated as
YMAX − BOTTOMMARGIN − TOPMARGIN
Note that BOTTOMMARGIN
and TOPMARGIN are used in the OPTIONS statement.
-
VSIZE setting in the
device catalog.