DuplexEnabled Property (DocumentFeeder)
Gets or sets a value indicating whether the duplex scanning is enabled.
public bool DuplexEnabled { get; set; }
public: __property bool get_DuplexEnabled();
public: __property void set_DuplexEnabled(
bool
);
'Declaration
Public Property DuplexEnabled As Boolean
Property Value
true - duplex is enabled, false - duplex is disabled.
Call this property only when device is opened (State == DeviceState.Opened).
Please see example here: DocumentFeeder.
Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5