Scanner ActiveX Control ReferenceProperties OutputGrayScale Scanner ActiveX Control OutputGrayScale Enable or disable convert color image to gray scale when Save method called. Scanner1.OutputGrayScale[=Boolean] ParameterBooleantrue is enable, false is disable.RemarkThis property is Read/Write. Example Visual Basic SyntaxScanner1.OutputGrayScale=TrueScanner1.Save "c:\newphoto1", "JPEG"