ImageScannerFeederConfiguration.Duplex Property

Definition

Indicates whether the scanner's feeder can scan both document page sides.

public:
 property bool Duplex { bool get(); void set(bool value); };
bool Duplex();

void Duplex(bool value);
public bool Duplex { get; set; }
var boolean = imageScannerFeederConfiguration.duplex;
imageScannerFeederConfiguration.duplex = boolean;
Public Property Duplex As Boolean

Property Value

Boolean

bool

Returns True if the feeder can scan both page sides.

Applies to