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

The following tables list the members exposed by LineRemoveCommand.

Public Constructors

 NameDescription
public Constructor LineRemoveCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property FlagsGets or sets flags that determine the behavior of the line removal process. Supported in Silverlight, Windows Phone 7  
public Property GapLengthGets or sets the maximum length of a break or a hole in a line. Supported in Silverlight, Windows Phone 7  
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 ImageRegionRasterImage object that is updated with a shallow copy of the image that also has a region that contains the removed lines. Supported in Silverlight, Windows Phone 7  
public Property MaximumLineWidthGets or sets the maximum average width of a line that is considered for removal. Supported in Silverlight, Windows Phone 7  
public Property MaximumWallPercentGets or sets the maximum number of wall slices (expressed as a percent of the total length of the line) that are allowed. Supported in Silverlight, Windows Phone 7  
public Property MinimumLineLengthGets or sets the minimum length of a line considered for removal. Supported in Silverlight, Windows Phone 7  
public Property RegionGets the handle to a LEADTOOLS Leadtools.RasterRegion. Supported in Silverlight, Windows Phone 7  
public Property TypeFlag that indicates which lines to remove. Supported in Silverlight, Windows Phone 7  
public Property VarianceGets or sets the amount of width change that is tolerated between adjacent line slices. Supported in Silverlight, Windows Phone 7  
public Property WallGets or sets the height of a wall. Walls are slices of a line that are too wide to be considered part of the line. Supported in Silverlight, Windows Phone 7  
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 raise_Progress (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. Supported in Silverlight, Windows Phone 7  
Top

Public Events

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

See Also