Recursive Property

Summary

Gets or sets a value that specifies whether to perform the operation recursively.

Syntax
C#
VB
C++
public bool Recursive { get; set; } 
Public Property Recursive As Boolean 
public: 
property bool Recursive { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to apply the action recursively; otherwise, false.

Example

Refer to QueryFileSystem example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly