ImageGear .NET - Updated
FreeSpace Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearFileInfo Class : FreeSpace Property
Gets bytes of free space on the current device.
Syntax
'Declaration
 
Public ReadOnly Property FreeSpace As Long
'Usage
 
Dim instance As ImGearFileInfo
Dim value As Long
 
value = instance.FreeSpace
public long FreeSpace {get;}
public: __property long get_FreeSpace();
public:
property int64 FreeSpace {
   int64 get();
}

Property Value

Int64 value.
See Also

Reference

ImGearFileInfo Class
ImGearFileInfo Members