←Select platform

AutoFilter Property

Summary

Gets or sets a value that indicates whether the rake removal is done by automatic filtering.

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

Property Value

true if rake removal is performed by automatic filtering, otherwise it is false.

Example

Refer to RakeRemoveCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly