Visual Basic (Declaration) | |
---|---|
Public Property EnableDuplexScanning As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool EnableDuplexScanning {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_EnableDuplexScanning(); public: __property void set_EnableDuplexScanning( bool value ); |
Return Value
Enables or disables the duplex mode. Possible valeus are: true: Enable the duplex mode. false: Disable the duplex mode.Visual Basic | Copy Code |
---|---|
Public Sub EnableDuplexScanningPropertyExample(ByVal parent As IWin32Window) |
C# | Copy Code |
---|---|
public void EnableDuplexScanningPropertyExample(IWin32Window parent) |
This property internally gets or sets the duplex enabled capability CAP_DUPLEXENABLED.
For more information on this capability, refer to http://www.twain.org and click on TWAIN Specification (Version 1.9).
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
TwainSession ClassTwainSession Members
Startup Method
Shutdown Method
Acquire Method
MaximumTransferCount Property
DuplexScanningMode Property
AcquirePageOptions Property
ImageEffects Property
ImageBitsPerPixel Property
ImageUnit Property
ImageFrame Property
IsTransferModeAvailable Method
TransferOptions Property
ShowProgressIndicator Method