IImageScannerFormatConfiguration.IsFormatSupported(ImageScannerFormat) Method

Definition

Determines whether the input scanner supports the specified file format or not.

public:
 bool IsFormatSupported(ImageScannerFormat value);
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.

Applies to