NumCopies Property (Story Control)
Windows - Visual C++
Description
The NumCopies property returns or
sets the number of copies of the story to print.
NumCopies property is read/write.
Syntax
long lCopies = NumCopies;
NumCopies = lCopies;
The NumCopies syntax has these parts:
Part |
Description |
|
lCopies |
Long value representing the number of copies to print. |
Remarks
Set this value to have the printer
print any additional copies.
See Also: PrinterName
Back to: Story Properties