Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

VSIZE



Sets the vertical size of the graphics output area.
Used in: GOPTIONS statement; GDEVICE procedure; GDEVICE Detail window
Restriction: partially supported by Java or ActiveX
See also: HSIZE, YMAX

Syntax

Syntax

VSIZE=vertical-size <IN | CM | PT>

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:

  1. the vertical size is calculated as

    YMAX - BOTTOMMARGIN - TOPMARGIN

    Note that BOTTOMMARGIN and TOPMARGIN are used in the OPTIONS statement.

  2. VSIZE setting in the device catalog.

Previous Page | Next Page | Top of Page