LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

InvertedText Event






Optional delegate method for additional processing. .NET support WinRT support Silverlight support
Syntax
public event EventHandler<InvertedTextCommandEventArgs> InvertedText
'Declaration
 
Public Event InvertedText As EventHandler(Of InvertedTextCommandEventArgs)
'Usage
 
Dim instance As InvertedTextCommand
Dim handler As EventHandler(Of InvertedTextCommandEventArgs)
 
AddHandler instance.InvertedText, handler
public event EventHandler<InvertedTextCommandEventArgs> InvertedText
add_InvertedText(function(sender, e))
remove_InvertedText(function(sender, e))

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.

PropertyDescription
BlackCount Gets the total number of black pixels in the inverted text region being processed. .NET support WinRT support Silverlight support
BoundingRectangle Gets a rectangular structure that contains the bounding rectangle of the inverted text region being processed. .NET support WinRT support Silverlight support
Image Gets an Leadtools.RasterImage object that references the affected image. .NET support WinRT support Silverlight support
Region Gets a LEADTOOLS Leadtools.RasterRegion representing the inverted text to be removed. Dispose of this region when it is no longer needed. .NET support WinRT support Silverlight support
Status Gets or sets the status of the inverted text process. .NET support WinRT support Silverlight support
WhiteCount Gets the total number of white pixels in the inverted text region being processed. .NET support WinRT support Silverlight support
Example
Refer to InvertedTextCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InvertedTextCommand Class
InvertedTextCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.