IMAGEPRINT
SUNDBSYS Only
The IMAGEPRINT instruction prints graphics pictures and documents on the printer. It uses the following format:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
controls
Required. A list of IMAGEPRINT List Controls and character variables that contain the name of an image file that is displayed.
Flags Affected: NONE
Note the following:
Each item in {controls} is separated by commas from the preceding item. The items may be continued to the next line by following the last item on a line with a colon instead of a comma.
The name of the image file is taken from the Logical String of the character variable. At no time is the entire image file contained in memory.
All IMAGEPRINT List Controls specified before a character variable control the print of the specified image. If there are additional list controls after that image, they control the print of the next specified image, etc. Any list controls not changed from one character variable to the next remain in effect.
The variable or literal for the name of the image to print is required. The other default controls are as noted in the following section.
The currently supported printers are the HP LaserJet II, IIp, III and IIIp. Any other printer that correctly emulates the HP PCL should work also. Please check the latest release notes for any other printers that might be supported.
This addon was for SUNDBSYS only and is now obsolete.
See Also: Example Program, Graphic Output Instructions
![]() |