ImageScannerFeederConfiguration.CanScanDuplex 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 whether the scanner's feeder is capable of duplex scanning (scanning both document page sides, front and back). When scanning in duplex mode the same scan settings (such as color mode and scan resolution) are applied to scan both page sides.
public:
property bool CanScanDuplex { bool get(); };
bool CanScanDuplex();
public bool CanScanDuplex { get; }
var boolean = imageScannerFeederConfiguration.canScanDuplex;
Public ReadOnly Property CanScanDuplex As Boolean
Property Value
Boolean
bool
Indicates whether duplex scanning is available.