ImageScannerFlatbedConfiguration.IsFormatSupported(ImageScannerFormat) Method

Definition

Determines whether the scanner's flatbed 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.

Implements

Applies to