Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

FreeSpace Property






Gets or sets an integer that specifies how many bytes of free space are left on the current device.
Syntax
public int FreeSpace {get; set;}
'Declaration
 
Public Property FreeSpace As Integer
'Usage
 
Dim instance As TwainFileSystem
Dim value As Integer
 
instance.FreeSpace = value
 
value = instance.FreeSpace
public:
property int FreeSpace {
   int get();
   void set (    int value);
}

Property Value

An integer that specifies how many bytes of free space are left on the current device.
Example
Refer to QueryFileSystem example.
Requirements

Target Platforms

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

Error processing SSI file