←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly