AfxSetPrinterCopiesfunction
Selects the number of copies printed if the device supports multiple-page copies.
Syntax
FUNCTION AfxSetPrinterCopies (BYREF wszPrinterName AS WSTRING, BYVAL nCopies AS LONG) AS BOOLEAN
Parameters
| Name | Description | |
|---|---|---|
wszPrinterName | The printer name. | |
nCopies | The number of copies. |
Return value
TRUE or FALSE.
Description
Selects the number of copies printed if the device supports multiple-page copies.
Reference
- Include file
AfxPrinter.inc - Defined in AfxNova/AfxPrinter.inc:885
- Documented in Printing/Printer Functions.md
- Topic: Printer Functions