ImageGear .NET - Updated
ImGearFileType Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearFileType Enumeration
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
MemberDescription
CAMERACamera file type.
CAMERABOTTOMCamera bottom file type.
CAMERAPREVIEWCamara preview file type.
CAMERATOPCamera top file type.
DIRECTORYDirectory file type.
DOMAINDomain file type.
HOSTHost file type.
IMAGEImage file type.
UNKNOWNUnknown file type.
Remarks
ImGearFileInfo.Type values.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.TWAIN Namespace