Image Viewer CP Gold SDK ActiveX Control ReferenceProperties PrintSetQuality Image Viewer CP ActiveX Control PrintSetQuality Set the print quality programatically when you called PrintImage2Printer. ImageViewer1.PrintSetQuality[=Integer] ParameterInteger0 - DMRES_HIGH1 - DMRES_MEDIUM2 - DMRES_LOW3 - DMRES_DRAFT RemarkThis property is Read/Write. Example Visual Basic SyntaxImageViewer1.FileName = "c:\1.tif"ImageViewer1.PrintOutline = TrueImageViewer1.PrintSetPaperSize=1ImageViewer1.PrintSetColor=0ImageViewer1.PrintSetCopies=1ImageViewer1.PrintSetPaperSource=1ImageViewer1.PrintSetQuality=0ImageViewer1.PrintImage2Pinter(""HP LaserJet 4L")