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

The following tables list the members exposed by HolePunchRemoveCommandEventArgs.

Public Constructors

 NameDescription
public Constructor HolePunchRemoveCommandEventArgs ConstructorInitializes a new HolePunchRemoveCommand class object with explicit parameters.  
Top

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