Help Center

AfxSetPrinterCollateStatusfunction

Specifies whether collation should be used when printing multiple copies.

PrintingfunctionAfxPrinter.incdocumented

Syntax

FUNCTION AfxSetPrinterCollateStatus (BYREF wszPrinterName AS WSTRING, BYVAL nMode AS LONG) AS BOOLEAN

Parameters

NameDescription
wszPrinterNameThe 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