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


The following tables list the members exposed by InvertedTextCommandEventArgs.

Public Constructors

 NameDescription
Public ConstructorInvertedTextCommandEventArgs Constructor Initializes a new InvertedTextCommand class object with explicit parameters.  
Top

Public Properties

 NameDescription
Public PropertyBlackCount Gets the total number of black pixels in the inverted text region being processed.  
Public PropertyBoundingRectangle Gets a rectangle structure that contains the bounding rectangle of the inverted text region being processed.  
Public PropertyImage Gets an RasterImage object that references the affected image.  
Public PropertyRegion Gets a Windows region representing the inverted text to be removed. It is the programmers responsibility to dispose this region when it is no longer needed.  
Public PropertyStatus Gets or sets the status of the inverted text process.  
Public PropertyWhiteCount Gets the total number of white pixels in the inverted text region being processed.  
Top

See Also