ImageScannerFeederConfiguration.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.
Returns whether the scanner's feeder 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.