Accusoft.ISISXpressSdk Namespace : Source Enumeration |
'Declaration Public Enum Source Inherits System.Enum
'Usage Dim instance As Source
public enum Source : System.Enum
__value public enum Source : public System.Enum
public enum class Source : public System.Enum
Member | Value | Description |
---|---|---|
Automatic | 0 | Scan from the Automatic Document Feeder (ADF) if detected; otherwise, scan from the flatbed. |
BackFront | 5 | Scan in duplex mode, but return the back side of the page first. |
BackOnly | 6 | Scan only the back side of the page (duplex scanner). |
Duplex | 4 | Scan in duplex mode. |
Feeder | 3 | Scan from the feeder (front side only if duplex). |
Flatbed | 2 | Scan from the flatbed. |
Transparency | 1 | Scan from the transparency unit. |
System.Object
System.ValueType
System.Enum
Accusoft.ISISXpressSdk.Source