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


The following tables list the members exposed by InvertedTextCommand.

Public Constructors

 NameDescription
Public ConstructorInvertedTextCommand ConstructorOverloaded.  Initializes a new InvertedTextCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyFlags Gets or sets flags that determine the behavior of the inverted text removal process.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyImageRegion This property is updated with a shallow copy of the image that also has a region that contains the removed inverted text.  
Public PropertyMaximumBlackPercent Gets or sets the maximum percent of total pixels in an inverted text area that must be black.  
Public PropertyMinimumBlackPercent Gets or sets the minimum percent of total pixels in an inverted text area that must be black.  
Public PropertyMinimumInvertHeight Gets or sets the minimum height of an area that is considered to be inverted text.  
Public PropertyMinimumInvertWidth Gets or sets the minimum width of an area that is considered to be inverted text.  
Public PropertyRegion Gets the handle to a windows region.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Methodraise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

Public Events

 NameDescription
Public EventInvertedText Optional delegate method for additional processing.  
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also