SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.MaxCopies Property

Softel vdm, Inc.

Returns the number of copies that can be printed.

Syntax       

Get

VB.NET

Count = object.MaxCopies  As Integer

VB

Count = object.MaxCopies  As Integer

C#.NET

int Count = object.MaxCopies;

VC++

int Count = object->MaxCopies;
int Count = object->GetMaxCopies();

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.


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com