DuplexScanning Property

Summary
Gets the type of duplex scanning.
Syntax
C#
VB
C++
public TwainDuplexScanningMode DuplexScanning { get; set; } 
Public Property DuplexScanning As TwainDuplexScanningMode 
public: 
property TwainDuplexScanningMode DuplexScanning { 
   TwainDuplexScanningMode get(); 
   void set (    TwainDuplexScanningMode ); 
} 

Property Value

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

Example

Refer to ImageResolution example.

Requirements

Target Platforms

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

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.