LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Constructor InvertedTextCommandEventArgs ConstructorInitializes a new InvertedTextCommand class object with explicit parameters. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property BlackCountGets the total number of black pixels in the inverted text region being processed. Supported in Silverlight, Windows Phone 7  
public Property BoundingRectangleGets a rectangular structure that contains the bounding rectangle of the inverted text region being processed. Supported in Silverlight, Windows Phone 7  
public Property ImageGets an Leadtools.RasterImage object that references the affected image. Supported in Silverlight, Windows Phone 7  
public Property RegionGets a LEADTOOLS Leadtools.RasterRegion representing the inverted text to be removed. Dispose of this region when it is no longer needed. Supported in Silverlight, Windows Phone 7  
public Property StatusGets or sets the status of the inverted text process. Supported in Silverlight, Windows Phone 7  
public Property WhiteCountGets the total number of white pixels in the inverted text region being processed. Supported in Silverlight, Windows Phone 7  
Top

See Also