Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ImageScanner.DefaultScanSource Property

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.

Gets the default scan source chosen for this scanner device.

public:
 property ImageScannerScanSource DefaultScanSource { ImageScannerScanSource get(); };
ImageScannerScanSource DefaultScanSource();
public ImageScannerScanSource DefaultScanSource { get; }
var imageScannerScanSource = imageScanner.defaultScanSource;
Public ReadOnly Property DefaultScanSource As ImageScannerScanSource

Property Value

The type of scan source.

Remarks

By default, the scan source will be selected from the device in this order of priority:

    1. Auto
    1. Flatbed
    1. Feeder

Applies to


Feedback

Was this page helpful?