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

Leadtools.ImageProcessing.Core Assembly