AfxGetPrinterCopiesfunction
Returns the number of copies printed if the device supports multiple-page copies.
Syntax
FUNCTION AfxGetPrinterCopies (BYREF wszPrinterName AS WSTRING) AS LONG
Parameters
| Name | Description | |
|---|---|---|
wszPrinterName | The printer name. |
Return value
The number of copies to print.
Description
Returns the number of copies to print if the device supports multiple-page copies.
Reference
- Include file
AfxPrinter.inc - Defined in AfxNova/AfxPrinter.inc:553
- Documented in Printing/Printer Functions.md
- Topic: Printer Functions