'Declaration Public ReadOnly Property HasDuplex As Boolean
public bool HasDuplex { get; }
public: __property bool get_HasDuplex();
Property Value
True - device can acquire images in duplex mode; false - device cannot acquire images in duplex mode.
'Declaration Public ReadOnly Property HasDuplex As Boolean
public bool HasDuplex { get; }
public: __property bool get_HasDuplex();
| Exception | Description |
|---|---|
| [EsclException] | Thrown if device is not opened or device capabilities are not loaded. |
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6