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

Show in webframe

NumberOfFiles Property






Gets or sets a value that specifies the number of files in the media.
Syntax
public int NumberOfFiles {get; set;}
'Declaration
 
Public Property NumberOfFiles As Integer
'Usage
 
Dim instance As TwainFileSystem
Dim value As Integer
 
instance.NumberOfFiles = value
 
value = instance.NumberOfFiles
public:
property int NumberOfFiles {
   int get();
   void set (    int value);
}

Property Value

An integer that represents the number of files in the media.
Example
Refer to QueryFileSystem example.
Requirements

Target Platforms

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

Error processing SSI file