AfxGetPrinterCollatefunction
If the printer supports collating, the return value is TRUE; otherwise, the return value is FALSE.
Syntax
FUNCTION AfxGetPrinterCollate (BYREF wszPrinterName AS WSTRING) AS BOOLEAN
Parameters
| Name | Description | |
|---|---|---|
wszPrinterName | The printer name. |
Return value
TRUE or FALSE.
Description
If the printer supports collating, the return value is TRUE; otherwise, the return value is FALSE.
Remarks
If TRUE, the pages that are printed should be collated. To collate is to print out the entire document before printing the next copy, as opposed to printing out each page of the document the required number of times.
Reference
- Include file
AfxPrinter.inc - Defined in AfxNova/AfxPrinter.inc:262
- Documented in Printing/Printer Functions.md
- Topic: Printer Functions