Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreviewPrinter.Copies Property

Defines the number of copies.

Syntax

Get

VB.NETCount = object.Copies As Integer
VBCount = object.Copies As Integer
C#.NETshort Count = object.Copies;
VC++short Count = object->Copies;
short Count = object->GetCopies();
CHRESULT object->get_Copies(short* Count);

Put

VB.NETobject.Copies = Count As Integer
VBobject.Copies = Count As Integer
C#.NETshort object.Copies = Count;
VC++short object->Copies = Count;
void object->PutCopies(short Count);
CHRESULT object->put_Copies(short Count);

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.

See Also SftPrintPreviewPrinter Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.