Platform | Win32, x64 |
Purpose |
To produce multiple printer copies of a graphics image using metafiles. |
Syntax |
INTEGER DO_COPIES@( UID, NUM ) |
Description |
Sends NUM copies to the printer. A metafile must have been created with a call to OPEN_METAFILE@ and also closed by CLOSE_METAFILE@ before DO_COPIES@ can be used. The call to CLOSE_PRINTER@ will automatically send the number of copies the user has selected to the printer. The CLEARWIN_INFO@ parameter PRINTER_COPIES will return this number. |
See also |
|
Example |