Share via


ImageScanner.IsScanSourceSupported(ImageScannerScanSource) Method

Definition

Determines if the specified scan source is available on the scanner.

public:
 virtual bool IsScanSourceSupported(ImageScannerScanSource value) = IsScanSourceSupported;
bool IsScanSourceSupported(ImageScannerScanSource const& value);
public bool IsScanSourceSupported(ImageScannerScanSource value);
function isScanSourceSupported(value)
Public Function IsScanSourceSupported (value As ImageScannerScanSource) As Boolean

Parameters

value
ImageScannerScanSource

The scan source.

Returns

Boolean

bool

True if the scan source, flatbed or feeder, is available; otherwise False.

Applies to