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


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

Public Properties

 NameDescription
Public PropertyBlackCount Gets the total number of black pixels in the dot being processed.  
Public PropertyBoundingRectangle Gets the bounding rectangle of the dot being processed.  
Public PropertyImage Gets the RasterImage object that references the image to be modified.  
Public PropertyRegion Gets the Windows region representing the dot to be removed. It is the programmer's responsibility to dispose of this region when it is no longer needed.  
Public PropertyStatus Gets or sets a value that indicates the status of the dot removal process.  
Public PropertyWhiteCount Gets the total number of white pixels in the dot being processed.  
Top

See Also