ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearFileInfo Class / Type Property




In This Topic
    Type Property (ImGearFileInfo)
    In This Topic
    Gets the type of the file.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As ImGearFileType
    'Usage
     
    Dim instance As ImGearFileInfo
    Dim value As ImGearFileType
     
    value = instance.Type
    public ImGearFileType Type {get;}
    public: __property ImGearFileType get_Type();
    public:
    property ImGearFileType Type {
       ImGearFileType get();
    }

    Property Value

    ImGearFileType enumeration values.
    See Also