ImageGear .NET - Updated
Type Property (ImGearFileInfo)




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearFileInfo Class : Type Property
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

Reference

ImGearFileInfo Class
ImGearFileInfo Members