This property sets the type of image scanned. This property is only enabled when using a custom-built user interface (UserInterface=Suppress).
[Visual Basic] Public Property PixelType As
Newtone.ImageKit.ScanPixelType
[C#] public Newtone.ImageKit.ScanPixelType
PixelType {get; set;}
Property Value
This value is of type ScanPixelType
Explanation
The PixelType property sets the type of image scanned. This property is enabled when the UserInterface is Suppress. This property is disabled for digital cameras and scanners that do not support this function. The possible setting values supported by a scan device can be retrieved using the GetCapabilityEnumToSingle method. Whether or not Automation, GrayAndBW, or RGBAndBW is supported, please check with the IsCapabilitySupportedmethod.