ImageScannerFlatbedConfiguration.IsColorModeSupported Method

Definition

Returns whether the scanner's flatbed can scan and transfer images in the specified color mode.

public:
 virtual bool IsColorModeSupported(ImageScannerColorMode value) = IsColorModeSupported;
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

Indicates whether the scanner can scan images in value mode.

Implements

Applies to