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




In This Topic
    FreeSpace Property
    In This Topic
    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