CPrint.Copiesproperty
Gets/sets the number of copies to print if the device supports multiple-page copies.
Syntax
PROPERTY Copies () AS BOOLEAN
PROPERTY Copies (BYVAL nCopies AS LONG)
Parameters
| Name | Description | |
|---|---|---|
nCopies | LONG. 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