SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines the number of copies.
Get
| VB.NET | Count = object.Copies As Integer |
| VB | Count = object.Copies As Integer |
| C#.NET | short Count = object.Copies; |
| VC++ | short Count = object->Copies; short Count = object->GetCopies(); |
| C | HRESULT object->get_Copies(short* Count); |
Put
| VB.NET | object.Copies = Count As Integer |
| VB | object.Copies = Count As Integer |
| C#.NET | short object.Copies = Count; |
| VC++ | short object->Copies = Count; void object->PutCopies(short Count); |
| C | HRESULT object->put_Copies(short Count); |
object
A SftPrintPreviewPrinter object.
Count
Defines the number of copies.
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.
See Also SftPrintPreviewPrinter Object | Object Hierarchy
