DuplexScanningMode Property

Summary

Gets the duplex mode value.

Syntax
C#
VB
C++
public TwainDuplexScanningMode DuplexScanningMode { get; } 
Public ReadOnly Property DuplexScanningMode As TwainDuplexScanningMode 
public: 
property TwainDuplexScanningMode DuplexScanningMode { 
   TwainDuplexScanningMode get(); 
} 

Property Value

Duplex mode value.

Remarks

This property internally gets the duplex capability CAP_DUPLEX. For more information on this capability, refer to the TWAIN specification.

Example

For an example, refer to EnableDuplexScanning example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly