AfxSetPrinterCollateStatusfunction
Specifies whether collation should be used when printing multiple copies.
Syntax
FUNCTION AfxSetPrinterCollateStatus (BYREF wszPrinterName AS WSTRING, BYVAL nMode AS LONG) AS BOOLEAN
Parameters
| Name | Description | |
|---|---|---|
wszPrinterName | The printer name. | |
nMode | ' The following are the possible values: DMCOLLATE_TRUE, DMCOLLATE_FALSE. |
Return value
TRUE or FALSE.
Description
Specifies whether collation should be used when printing multiple copies.
Reference
- Include file
AfxPrinter.inc - Defined in AfxNova/AfxPrinter.inc:951
- Documented in Printing/Printer Functions.md
- Topic: Printer Functions