←Select platform
In This Topic ▼

DotRemoveCommand Class Members

Summary

The following tables list the members exposed by DotRemoveCommand.

Public Constructors

Name Description
Public Constructor
DotRemoveCommand Initializes a new DotRemoveCommand with explicit parameters.

Public Methods

Name Description
Public Method
OnProgress Raises the Progress event. (Inherited from RasterCommand)
Public Method Run Runs the image processing command. (Inherited from RasterCommand)
Public Method ToString Overridden. Returns a meaningful name for this command.

Public Properties

Name Description
Public Property
Flags Gets or sets flags that determine the behavior of the dot removal process.
Public Property HasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
Public Property ImageRegion This property is updated with a shallow copy of the image that also has a region that contains the removed dots.
Public Property MaximumDotHeight Gets or sets the maximum height of a dot to be removed.
Public Property MaximumDotWidth Gets or sets the maximum width of a dot to be removed.
Public Property MinimumDotHeight Gets or sets the minimum height of a dot to be removed.
Public Property MinimumDotWidth Gets or sets the minimum width of a dot to be removed.
Public Property Region Gets the handle to a windows region.

Public Events

Name Description
Public Event
DotRemove Optional delegate method for additional processing.
Public Event Progress Occurs during the image processing command, to provide status on the progress of the command. (Inherited from RasterCommand)

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly