Platform |
Win32, x64 |
Purpose |
To cause the Windows printer device driver to begin graphics output to a file instead of a physical printer. |
Syntax |
INTEGER FUNCTION OPEN_PRINTER_TO_FILE@(UID, FILENAME) |
Description |
This function is similar to OPEN_PRINTER@ but the output is sent to the specified file. |
Return value |
Returns 1 if the user selected a device or zero if the "CANCEL" button was selected. |
See also |