Image Viewer CP ActiveX Control

PrintSetCopies 

 

Set the number of copies to print programatically when you called PrintImage2Printer.
 

ImageViewer1.PrintSetCopies[=Integer]


Parameter
Integer
The value of print copies


Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
ImageViewer1.FileName = "c:\1.tif"
ImageViewer1.PrintOutline = True
ImageViewer1.PrintSetPaperSize=1
ImageViewer1.PrintSetColor=0
ImageViewer1.PrintSetCopies=1
ImageViewer1.PrintImage2Pinter(""HP LaserJet 4L")