Chapter Contents |
Previous |
Next |
Image: _printSetup |
Syntax | |
_printSetup List Items | |
Details | |
See Also |
Syntax |
CALL NOTIFY (image-name, '_printSetup'<, print-list>); |
Argument | Type | Description |
---|---|---|
print-list |
N | specifies the identifier of an SCL list containing the image printing options in _printSetup List Items. |
List Item | Type | Description |
---|---|---|
'WIDTH' | N | specifies the width of the printing area in pixels. |
'HEIGHT' | N | specifies the height of the printing area in pixels. |
Details |
The _printSetup method does not actually initiate printing; it simply saves options for later use by the _print method.
If the width or height specifications are too large for the device, an error occurs.
See Also |
_print
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.