ImageScannerAutoConfiguration.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 if the input scanner supports the specified file format.
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
True if the specified file type is supported; otherwise False.