Visual Basic (Declaration) | |
---|---|
Public Class DotRemoveCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class DotRemoveCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class DotRemoveCommand : public RasterCommand, IRasterCommand |
Run the DotRemoveCommand on an image.
Visual Basic | Copy Code |
---|---|
Public WithEvents dotRemoveCommandCallback_S1 As DotRemoveCommand |
C# | Copy Code |
---|---|
public void DotRemoveCommandExample() |
This method finds and removes dots, specks, and blobs of various sizes in 1-bit documents. The dots, specks, and blobs may or may not be all black. The behavior of this method can be modified by using an Event Handler that handles the DotRemoveCommandEventArgs. This method works only on 1-bit black and white images. If a region is selected, only the selected region will be changed by this method. If no region is selected, the whole image will be processed. This command does not support signed data images. This command does not support 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Core.DotRemoveCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DotRemoveCommand MembersLeadtools.ImageProcessing.Core Namespace
Cleaning Up 1-Bit Images
SmoothCommand Class
BorderRemoveCommand Class
LineRemoveCommand Class
InvertedTextCommand Class
InvertedPageCommand Class
HolePunchRemoveCommand Class
HighQualityRotateCommand Class
MinimumCommand Class
MaximumCommand Class
RegionHolesRemovalCommand