VintaSoft Twain .NET SDK 15.3: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDevice Class / IsDuplexEnabled Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    IsDuplexEnabled Property (SaneLocalDevice)
    In This Topic
    Gets or sets a value indicating whether the device uses the duplex mode.
    Syntax
    'Declaration
    
    Public Property IsDuplexEnabled As Boolean
    
    
    public bool IsDuplexEnabled { get; set; }
    
    
    public: __property bool get_IsDuplexEnabled();
    public: __property void set_IsDuplexEnabled(
    bool value
    );
    public:
    property bool IsDuplexEnabled { bool get(); void set(bool value); }

    Property Value

    True - device uses the duplex mode; false - device does not use the duplex mode.
    Exceptions
    ExceptionDescription
    Thrown if device is not opened or device capabilities are not loaded.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

    See Also