This property sets the number of copies of printer output.
[Visual
Basic] imagekitcontrolname.PrintDraw.Copies
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetPrintDraw().GetCopies()
imagekitcontrolname.GetPrintDraw().SetCopies(short Val)
imagekitcontrolname.GetPrintDraw().SetCopies(short Val)
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.