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


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

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