Image Viewer CP Gold SDK ActiveX Control ReferenceProperties PrintSetCopies Image Viewer CP ActiveX Control PrintSetCopies Set the number of copies to print programatically when you called PrintImage2Printer. ImageViewer1.PrintSetCopies[=Integer] ParameterIntegerThe value of print copies RemarkThis property is Read/Write. Example Visual Basic SyntaxImageViewer1.FileName = "c:\1.tif"ImageViewer1.PrintOutline = TrueImageViewer1.PrintSetPaperSize=1ImageViewer1.PrintSetColor=0ImageViewer1.PrintSetCopies=1ImageViewer1.PrintImage2Pinter(""HP LaserJet 4L")