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




In This Topic
    ImGearFileType Enumeration
    In This Topic
    File types in the device's file system.
    Syntax
    'Declaration
     
    Public Enum ImGearFileType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearFileType
    public enum ImGearFileType : System.Enum 
    __value public enum ImGearFileType : public System.Enum 
    public enum class ImGearFileType : public System.Enum 
    Members
    MemberValueDescription
    CAMERA0Camera file type.
    CAMERABOTTOM2Camera bottom file type.
    CAMERAPREVIEW3Camara preview file type.
    CAMERATOP1Camera top file type.
    DIRECTORY6Directory file type.
    DOMAIN4Domain file type.
    HOST5Host file type.
    IMAGE7Image file type.
    UNKNOWN8Unknown file type.
    Remarks
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.TWAIN.ImGearFileType

    See Also