Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
TwainFastConfiguration Structure
See Also  Members  
Leadtools.Twain Namespace : TwainFastConfiguration Structure



(Document/Medical only) Provides information about a scan configuration to be tested or a scan configuration that is the result of testing.

Object Model

TwainFastConfiguration StructureTwainFastConfiguration Structure

Syntax

Visual Basic (Declaration) 
Public Structure TwainFastConfiguration 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As TwainFastConfiguration
C# 
public struct TwainFastConfiguration : System.ValueType 
C++/CLI 
public value class TwainFastConfiguration : public System.ValueType 

Example

Remarks

For more information, refer to Fast TWAIN (Scan Configurations).

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Twain.TwainFastConfiguration

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also