LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RakeRemoveCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Core Namespace : RakeRemoveCommand Class

The following tables list the members exposed by RakeRemoveCommand.

Public Constructors

 NameDescription
public Constructor RakeRemoveCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property AutoFilterGets or sets a value that indicates whether the rake removal is done by automatic filtering.  
public Property GapsGets or sets the maximum length of a break or a hole in a base line of a rake.  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property MaxMidteethLengthGets or sets the maximum length of the middle vertical structures of the rake.  
public Property MaxSideteethLengthGets or sets the maximum length of the side vertical structures of the rake.  
public Property MaxWallPercentGets or sets the maximum percentage of the wall that intercepts the rake.  
public Property MaxWidthGets or sets the maximum width of the base line of the rake.  
public Property MinLengthGets or sets the minimum length of the base line of the rake.  
public Property MinWallHeightGets or sets the minimum height of the wall that intercepts the rake.  
public Property TeethSpacingGets or sets the space between the middle vertical structures belonging to the rake.  
public Property VarianceGets or sets the amount of width change that is tolerated between adjacent line slices.  
Top

Public Methods

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringOverridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Event RakeRemoveOptional delegate method for additional processing.  
Top

See Also