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


The following tables list the members exposed by BorderRemoveCommand.

Public Constructors

 NameDescription
Public ConstructorBorderRemoveCommand ConstructorOverloaded.  Initializes a new BorderRemoveCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyBorder Flag that indicates which border to remove.  
Public PropertyFlags Gets or sets a flag that determines the behavior of the border removal process.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyImageRegion RasterImage object that is updated with a shallow copy of image that also has a region that contains the removed borders.  
Public PropertyPercent Gets or sets the percent of the image dimension in which the border will be found.  
Public PropertyRegion Gets the handle to a Windows region.  
Public PropertyVariance Gets or sets the amount of variance tolerated in the border.  
Public PropertyWhiteNoiseLength Gets or sets the amount of white noise tolerated when determining the border.  
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 EventBorderRemove Handles border information that will be removed.  
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also