LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

AutoFilter Property






Gets or sets a value that indicates whether the rake removal is done by automatic filtering. .NET support
Syntax
public bool AutoFilter {get; set;}
'Declaration
 
Public Property AutoFilter As Boolean
'Usage
 
Dim instance As RakeRemoveCommand
Dim value As Boolean
 
instance.AutoFilter = value
 
value = instance.AutoFilter
public bool AutoFilter {get; set;}
 get_AutoFilter();
set_AutoFilter(value);
public:
property bool AutoFilter {
   bool get();
   void set (    bool value);
}

Property Value

true if rake removal is performed by automatic filtering, otherwise it is false.
Example
Refer to RakeRemoveCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RakeRemoveCommand Class
RakeRemoveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.