Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

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 int FreeSpace {get; set;}
 get_FreeSpace();
set_FreeSpace(value);
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 TwainSession.QueryFileSystem example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.