|
|
|
|
|
SftPrintPreviewPrinter.MaxCopies Property |
Returns the number of copies that can be printed.
Syntax
|
VB.NET |
Count = object.MaxCopies As Integer |
||
|
VB |
Count = object.MaxCopies As Integer |
||
|
C#.NET |
int Count = object.MaxCopies; |
||
|
VC++ |
int Count = object->MaxCopies;
|
||
|
C |
HRESULT object->get_MaxCopies(int* Count); |
||
|
Delphi |
Count := object.MaxCopies : Integer; |
||
object
A SftPrintPreviewPrinter object.
Count
Returns the number of copies that can be printed.
Comments
The MaxCopies property returns the number of copies that can be printed.
The Printer.Copies property can be used to define the number of copies desired.