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

Show in webframe

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:
property int FileSize {
   int get();
   void set (    int value);
}

Property Value

An integer that specifies the size of the file.
Example
Refer to QueryFileSystem example.
Requirements

Target Platforms

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

Error processing SSI file