ImageScanner.IsPreviewSupported(ImageScannerScanSource) 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 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.