Help Center

AfxSetPrinterCopiesfunction

Selects the number of copies printed if the device supports multiple-page copies.

PrintingfunctionAfxPrinter.incdocumented

Syntax

FUNCTION AfxSetPrinterCopies (BYREF wszPrinterName AS WSTRING, BYVAL nCopies AS LONG) AS BOOLEAN

Parameters

NameDescription
wszPrinterNameThe printer name.
nCopiesThe number of copies.

Return value

TRUE or FALSE.

Description

Selects the number of copies printed if the device supports multiple-page copies.

Reference

  • Include file AfxPrinter.inc
  • Defined in AfxNova/AfxPrinter.inc:885
  • Documented in Printing/Printer Functions.md
  • Topic: Printer Functions