ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearXferType Enumeration




In This Topic
    ImGearXferType Enumeration
    In This Topic
    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
    MemberValueDescription
    FILE1File type.
    FILE23File to File type.
    MEMORY2Memory type.
    NATIVE0Native type.
    Remarks
    ImGearCapabilities.ICAP_XFERMECH capability values.
    Inheritance Hierarchy

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

    See Also