This property sets the number of copies of printer output.

[C++Builder]   imagekitcontrolname->PrintDraw->Copies [ = short ]
[Delphi]   imagekitcontrolname.PrintDraw.Copies [ = Smallint ]

Property Value

The number of copies (1 or more)

Explanation

The Copies property sets the number of copies of printer output. It is used with the PrintDialog method. The PrintDialog method is used to display the "Print" dialog. If the Copies property is set prior to executing the PrintDialog method, the "Print" dialog will be initialized with that value. (i.e. the number of copies will be set in the "Print" dialog). Likewise, the Copies property value can be retrieved after the PrintDialog method has been executed.


The Copies property can also be used with the GetDevModeInfo method and the SetDevModeInfo method.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit10 VCL is a product created by Newtone Corporation