|
|
|
|
|
SftPrintPreviewPrinter.Copies Property |
Defines the number of copies.
Syntax
|
VB.NET |
Count = object.Copies As Integer |
||
|
VB |
Count = object.Copies As Integer |
||
|
C#.NET |
short Count = object.Copies; |
||
|
VC++ |
short Count = object->Copies;
|
||
|
C |
HRESULT object->get_Copies(short* Count); |
||
|
Delphi |
Count := object.Copies : Smallint; |
||
|
VB.NET |
object.Copies = Count As Integer |
||
|
VB |
object.Copies = Count As Integer |
||
|
C#.NET |
short object.Copies = Count; |
||
|
VC++ |
short object->Copies = Count;
|
||
|
C |
HRESULT object->put_Copies(short Count); |
||
|
Delphi |
object.Copies := Count : Smallint; |
||
object
A SftPrintPreviewPrinter object.
Count
Defines the number of copies.
Comments
The Copies property defines the number of copies.
When printing to the current printer, the specified number of copies are created. Some printers ignore the defined number of copies and print 1 copy only.
The Printer.MaxCopies property can be used to determine the maximum number of copies that can be printed.