IImageScannerSourceConfiguration.IsColorModeSupported Method
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.
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.