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

Show in webframe

Recursive Property






Gets or sets a value that specifies whether to perform the operation recursively.
Syntax
public bool Recursive {get; set;}
'Declaration
 
Public Property Recursive As Boolean
'Usage
 
Dim instance As TwainFileSystem
Dim value As Boolean
 
instance.Recursive = value
 
value = instance.Recursive
public:
property bool Recursive {
   bool get();
   void set (    bool value);
}

Property Value

true to apply the action recursively; otherwise, false.
Example
Refer to QueryFileSystem example.
Requirements

Target Platforms

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

Error processing SSI file