IImageScannerSourceConfiguration.ColorMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the color mode for the scan source. When a new scan session starts, this property is the same as the DefaultColorMode property.
public:
property ImageScannerColorMode ColorMode { ImageScannerColorMode get(); void set(ImageScannerColorMode value); };
ImageScannerColorMode ColorMode();
void ColorMode(ImageScannerColorMode value);
public ImageScannerColorMode ColorMode { get; set; }
var imageScannerColorMode = iImageScannerSourceConfiguration.colorMode;
iImageScannerSourceConfiguration.colorMode = imageScannerColorMode;
Public Property ColorMode As ImageScannerColorMode
Property Value
The color mode.