Optional delegate method for additional processing.
Supported in Silverlight, Windows Phone 7
Syntax
Event Data
The event handler receives an argument of type InvertedTextCommandEventArgs containing data related to this event. The following InvertedTextCommandEventArgs properties provide information specific to this event.
Property | Description |
---|
BlackCount | Gets the total number of black pixels in the inverted text region being processed. Supported in Silverlight, Windows Phone 7 |
BoundingRectangle | Gets a rectangular structure that contains the bounding rectangle of the inverted text region being processed. Supported in Silverlight, Windows Phone 7 |
Image | Gets an Leadtools.RasterImage object that references the affected image. Supported in Silverlight, Windows Phone 7 |
Region | Gets 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 |
Status | Gets or sets the status of the inverted text process. Supported in Silverlight, Windows Phone 7 |
WhiteCount | Gets the total number of white pixels in the inverted text region being processed. Supported in Silverlight, Windows Phone 7 |
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also