IImageScannerSourceConfiguration.ColorMode Property

Definition

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.

Applies to