Share via


ImageScannerAutoConfiguration.IsFormatSupported(ImageScannerFormat) Method

Definition

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.

Implements

Applies to