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

FileSize Property






Gets or sets an integer that specifies the size of the file.
Syntax
public int FileSize {get; set;}
'Declaration
 
Public Property FileSize As Integer
'Usage
 
Dim instance As TwainFileSystem
Dim value As Integer
 
instance.FileSize = value
 
value = instance.FileSize
public int FileSize {get; set;}
 get_FileSize();
set_FileSize(value);
public:
property int FileSize {
   int get();
   void set (    int value);
}

Property Value

An integer that specifies the size of the file.
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.