IImageScannerSourceConfiguration.IsColorModeSupported Method

Definition

Determines if the scan source can scan and transfer images in the specified color mode.

public:
 bool IsColorModeSupported(ImageScannerColorMode value);
bool IsColorModeSupported(ImageScannerColorMode const& value);
public bool IsColorModeSupported(ImageScannerColorMode value);
function isColorModeSupported(value)
Public Function IsColorModeSupported (value As ImageScannerColorMode) As Boolean

Parameters

value
ImageScannerColorMode

The color mode.

Returns

Boolean

bool

True if the scanner can scan images in value mode; otherwise False.

Applies to