Scanner ActiveX Control

OutputGrayScale

 

Enable or disable convert color image to gray scale when Save method called.

Scanner1.OutputGrayScale[=Boolean]


Parameter
Boolean
true is enable, false is disable.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
Scanner1.OutputGrayScale=True
Scanner1.Save "c:\newphoto1", "JPEG"