ImageGear .NET - Updated
ImGearXferType Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearXferType Enumeration
This enumeration determines which type of transfer mechanisms the application and Source have in common.
Syntax
'Declaration
 
Public Enum ImGearXferType 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearXferType
public enum ImGearXferType : System.Enum 
__value public enum ImGearXferType : public System.Enum 
public enum class ImGearXferType : public System.Enum 
Members
MemberDescription
FILEFile type.
FILE2File to File type.
MEMORYMemory type.
NATIVENative type.
Remarks
ImGearCapabilities.ICAP_XFERMECH capability values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearXferType

See Also

Reference

ImageGear.TWAIN Namespace