Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DotRemoveCommand Class Properties
See Also 
Leadtools.ImageProcessing.Core Namespace : DotRemoveCommand Class


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

Public Properties

 NameDescription
Public PropertyFlags Gets or sets flags that determine the behavior of the dot removal process.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyImageRegion This property is updated with a shallow copy of the image that also has a region that contains the removed dots.  
Public PropertyMaximumDotHeight Gets or sets the maximum height of a dot to be removed.  
Public PropertyMaximumDotWidth Gets or sets the maximum width of a dot to be removed.  
Public PropertyMinimumDotHeight Gets or sets the minimum height of a dot to be removed.  
Public PropertyMinimumDotWidth Gets or sets the minimum width of a dot to be removed.  
Public PropertyRegion Gets the handle to a windows region.  
Top

See Also