CPrint.CollateModeproperty
Gets/sets the collate setting value.
Syntax
PROPERTY CollateMode () AS LONG
PROPERTY CollateMode (BYVAL nMode AS LONG)
Parameters
| Name | Description | |
|---|---|---|
nMode | LONG. The collating mode. Possible values: DMCOLLATE_TRUE, DMCOLLATE_FALSE. |
Return value
BOOLEAN. If the printer supports collating, the return value is TRUE; otherwise, the return value is FALSE. 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.
Description
Gets/sets the printer collating mode.
Reference
- Include file
CPrint.inc - Defined in AfxNova/CPrint.inc:578
- Documented in Printing/CPrint Class.md
- Topic: CPrint Class