Graphics Options and Device Parameters Dictionary |
Restriction: | partially supported by Java |
See also: | CBACK, IMAGESTYLE |
Syntax | |
Details |
Syntax |
IBACK=fileref | 'external-file' | 'URL'| " " |
specifies a fileref that points to the image file you want to use. Fileref must be a valid SAS fileref up to eight characters long and must have been previously assigned with a FILENAME statement.
specifies the complete filename of the image file you want to use. The format of external-file varies across operating environments.
Details |
The image can be used with any procedures that produce a picture or support the CBACK= option. The IBACK option is supported by the Graph applet and the Map applet, but it is not supported by the Contour applet. See Introducing SAS/GRAPH Output for the Web for information about these applets.
This option overrides the BackGroundImage and Image styles attribute in the graph styles. To suppress a background image that is defined in a style or to reset the value of the IBACK= option, specify a blank space:
IBACK=" "
For more information on graph styles, refer to the TEMPLATE procedure documentation in SAS Output Delivery System: User's Guide.
For a list of the file types that you use, see Image File Types Supported by SAS/GRAPH.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.