Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 ConstructorRakeRemoveCommand ConstructorOverloaded.  Initializes a new RakeRemoveCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyAutoFilter Gets or sets a value that indicates whether the rake removal is done by automatic filtering.  
Public PropertyGaps Gets or sets the maximum length of a break or a hole in a base line of a rake.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyMaxMidteethLength Gets or sets the maximum length of the middle vertical structures of the rake.  
Public PropertyMaxSideteethLength Gets or sets the maximum length of the side vertical structures of the rake.  
Public PropertyMaxWallPercent Gets or sets the maximum percentage of the wall that intercepts the rake.  
Public PropertyMaxWidth Gets or sets the maximum width of the base line of the rake.  
Public PropertyMinLength Gets or sets the minimum length of the base line of the rake.  
Public PropertyMinWallHeight Gets or sets the minimum height of the wall that intercepts the rake.  
Public PropertyTeethSpacing Gets or sets the space between the middle vertical structures belonging to the rake.  
Public PropertyVariance Gets or sets the amount of width change that is tolerated between adjacent line slices.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Methodraise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public EventRakeRemove Optional delegate method for additional processing.  
Top

See Also