| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property DuplexScanningMode As TwainDuplexScanningMode | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TwainSession Dim value As TwainDuplexScanningMode value = instance.DuplexScanningMode | |
| C# | |
|---|---|
public TwainDuplexScanningMode DuplexScanningMode {get;} | |
| C++/CLI | |
|---|---|
public: property TwainDuplexScanningMode DuplexScanningMode { TwainDuplexScanningMode get(); } | |
Property Value
(Read only) Duplex mode value.For an example, refer to Leadtools.Twain.TwainSession.EnableDuplexScanning example.
This property internally gets the duplex capability CAP_DUPLEX. For more information on this capability, refer to http://www.twain.org and click on TWAIN Specification (Version 2.0).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
TwainSession ClassTwainSession Members
Startup Method
Shutdown Method
Acquire Method
MaximumTransferCount Property
EnableDuplexScanning Property
AcquirePageOptions Property
ImageEffects Property
ImageBitsPerPixel Property
ImageUnit Property
ImageFrame Property
IsTransferModeAvailable Method
TransferOptions Property
ShowProgressIndicator Method
Copy Code