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


"

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

"

Public Properties

 NameDescription
public Property BlackCountGets the total number of black pixels in one of the holes of a hole punch pattern.  
public Property BoundingRectangleGets a rectangle structure that contains the bounding rectangle of one of the holes in a hole punch pattern.  
public Property HoleIndexGets the index of the hole within a hole punch pattern.  
public Property HoleTotalCountGets the total number of holes that make up the hole punch pattern.  
public Property ImageGets the Leadtools.RasterImage object that references the affected image.  
public Property RegionGets the LEADTOOLS Leadtools.RasterRegion representing one of the holes of the hole punch pattern.  
public Property StatusGets or sets the status of the hole punch removal process.  
public Property WhiteCountGets the total number of white pixels in one of the holes of a hole punch pattern.  
Top

See Also