Leadtools TWAIN (Leadtools.Twain assembly)

DuplexScanning Property

Show in webframe





Gets the type of duplex scanning.
Syntax
public TwainDuplexScanningMode DuplexScanning {get; set;}
'Declaration
 
Public Property DuplexScanning As TwainDuplexScanningMode
'Usage
 
Dim instance As TwainProperties
Dim value As TwainDuplexScanningMode
 
instance.DuplexScanning = value
 
value = instance.DuplexScanning

            

            
public:
property TwainDuplexScanningMode DuplexScanning {
   TwainDuplexScanningMode get();
   void set (    TwainDuplexScanningMode value);
}

Property Value

The type of duplex scanning. Possible values are (according to the TWAIN 2.0 specification): TwainDuplexScanningMode.None No duplex used, TwainDuplexScanningMode.OnePass 1 pass duplex, TwainDuplexScanningMode.TwoPass 2 pass duplex.
Example
Refer to ImageResolution example.
Requirements

Target Platforms

See Also

Reference

TwainProperties Structure
TwainProperties Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.