Image Viewer CP Gold SDK ActiveX Control ReferenceProperties PrintSetColor Image Viewer CP ActiveX Control PrintSetColor Set the color mode programatically when you called PrintImage2Printer. ImageViewer1.PrintSetColor[=Integer] ParameterInteger0- Color mode1- MONOCHROME mode RemarkThis property is Read/Write. Example Visual Basic SyntaxImageViewer1.FileName = "c:\1.tif"ImageViewer1.PrintOutline = TrueImageViewer1.PrintSetPaperSize=1ImageViewer1.PrintSetColor=0ImageViewer1.PrintImage2Pinter(""HP LaserJet 4L")