ImageScannerFeederConfiguration.IsFormatSupported(ImageScannerFormat) 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 whether the scanner's feeder supports the specified file format or not.
public:
virtual bool IsFormatSupported(ImageScannerFormat value) = IsFormatSupported;
bool IsFormatSupported(ImageScannerFormat const& value);
public bool IsFormatSupported(ImageScannerFormat value);
function isFormatSupported(value)
Public Function IsFormatSupported (value As ImageScannerFormat) As Boolean
Parameters
- value
- ImageScannerFormat
The file type.
Returns
Boolean
bool
Indicates whether the specified file type is supported.