ImageScanner.IsPreviewSupported(ImageScannerScanSource) Method

Definition

Determines if the specified scan source supports scan preview.

public:
 virtual bool IsPreviewSupported(ImageScannerScanSource scanSource) = IsPreviewSupported;
bool IsPreviewSupported(ImageScannerScanSource const& scanSource);
public bool IsPreviewSupported(ImageScannerScanSource scanSource);
function isPreviewSupported(scanSource)
Public Function IsPreviewSupported (scanSource As ImageScannerScanSource) As Boolean

Parameters

scanSource
ImageScannerScanSource

The scan source.

Returns

Boolean

bool

Returns True if the specified scan source supports preview; otherwise False.

Applies to