Visual Basic (Declaration) | |
---|---|
Public Class SmoothCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class SmoothCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class SmoothCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class SmoothCommand : public RasterCommand, IRasterCommand |
Visual Basic | Copy Code |
---|---|
ImageProcessing.Core.SmoothCommand |
C# | Copy Code |
---|---|
ImageProcessing.Core.SmoothCommand |
This command smooths the text in scanned text documents. The behavior of this command can be modified by using an Event Handler that handles the SmoothCommandEventArgs. This command works only on 1-bit black and white images. This command works only on 1-bit black and white images. If a region is selected, only the selected region will be changed by this command. 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.SmoothCommand
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