VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WiaImageScanning Namespace / WiaScanInputSourceAndMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
WiaScanInputSourceAndMode Enumeration
In This Topic
Specifies available scan input sources and modes for WIA device.
Syntax
'Declaration

<FlagsAttribute()>
Public Enum WiaScanInputSourceAndMode
   Inherits System.Enum

[Flags()]
public enum WiaScanInputSourceAndMode : System.Enum

Members
MemberDescription
FeederScan by using the document feeder.
FlatbedScan by using the flatbed.
DuplexScan by using duplexer operations.
FrontFirstScan the front of the document first. This value is valid only when "Duplex" is set.
BackFirstScan the back of the document first. This value is valid only when "Duplex" is set.
FrontOnlyScan the front only.
BackOnlyScan the back only. This value is valid only when "Duplex" is set.
NextPageScan the next page of the document.
PreFeedEnable pre-feed mode. Preposition the next document while scanning.
AutoAdvanceEnable automatic feeding of the next document after a scan.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.WiaImageScanning.WiaScanInputSourceAndMode

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also