Help Center

CPrint.Copiesproperty

Gets/sets the number of copies to print if the device supports multiple-page copies.

PrintingpropertyCPrint.incdocumented

Syntax

PROPERTY Copies () AS BOOLEAN
PROPERTY Copies (BYVAL nCopies AS LONG)

Parameters

NameDescription
nCopiesLONG. The number of copies to print if the device supports multiple-page copies.

Return value

LONG. The number of copies.

Description

Gets/sets the number of copies to print if the device supports multiple-page copies.

Reference

  • Include file CPrint.inc
  • Defined in AfxNova/CPrint.inc:619
  • Documented in Printing/CPrint Class.md
  • Topic: CPrint Class