共用方式為


IImageScannerSourceConfiguration.IsColorModeSupported 方法

定義

判斷掃描來源是否可以在指定的色彩模式中掃描和傳輸影像。

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

參數

value
ImageScannerColorMode

色彩模式。

傳回

Boolean

bool

如果掃描器可以在 模式中掃描影像,則為 True;否則為 False。

適用於