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_PRINTER1_TO_FILE@(UID, FILENAME) |
Description |
This function is similar to OPEN_PRINTER1@ but the output is sent to the specified file. |
Return value |
Returns 1 for success, otherwise zero. |
See also |