ImageScanner.IsScanSourceSupported(ImageScannerScanSource) 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 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.