Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 ConstructorHolePunchRemoveCommandEventArgs Constructor Initializes a new HolePunchRemoveCommand class object with explicit parameters.  
Top

Public Properties

 NameDescription
Public PropertyBlackCount Gets the total number of black pixels in one of the holes of a hole punch pattern.  
Public PropertyBoundingRectangle Gets a rectangle structure that contains the bounding rectangle of one of the holes in a hole punch pattern.  
Public PropertyHoleIndex Gets the index of the hole within a hole punch pattern.  
Public PropertyHoleTotalCount Gets the total number of holes that make up the hole punch pattern.  
Public PropertyImage Gets the RasterImage object that references the affected image.  
Public PropertyRegion Gets the Windows region representing one of the holes of the hole punch pattern.  
Public PropertyStatus Gets or sets the status of the hole punch removal process.  
Public PropertyWhiteCount Gets the total number of white pixels in one of the holes of a hole punch pattern.  
Top

See Also