Graphics Options and Device Parameters Dictionary |
Used in: | GOPTIONS statement |
Default: | device-dependent |
Restriction: | not supported by Java or ActiveX |
See also: | DEVOPTS |
Syntax | |
Details |
Syntax |
AUTOSIZE=ON | OFF | DEFAULT |
changes the cell size in order to preserve the number of rows and columns.
preserves the device's original cell size and temporarily changes the number of rows and columns.
uses the default setting (ON or OFF) that is controlled by DEVOPTS bit 50 (see DEVOPTS).
Details |
AUTOSIZE is useful when you change the size of the graphics display area using one or more of the options PAPERSIZE, XPIXELS, YPIXELS, XMAX, or YMAX. It lets you control image text size without using PROC GDEVICE. Typically, AUTOSIZE is on for most image drivers and off for all other types of drivers.
Note: If you use HSIZE of VSIZE, the character cell size changes regardless of the AUTOSIZE setting.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.