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 Properties
See Also 
Leadtools.ImageProcessing.Core Namespace : LineRemoveCommand Class


"

For a list of all members of this type, see LineRemoveCommand members.

"

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

See Also