Visual Basic (Declaration) | |
---|---|
Public Class LineRemoveCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class LineRemoveCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class LineRemoveCommand : public RasterCommand, IRasterCommand |
Run the LineRemoveCommand on an image.
Visual Basic | Copy Code |
---|---|
Public WithEvents lineRemoveCommand_S1 As LineRemoveCommand |
C# | Copy Code |
---|---|
public void LineRemoveCommandExample() |
This command removes horizontal and vertical lines from scanned text documents. If the lines pass through text, the LineRemoveCommand properties/Constructor parameters can be configured to remove or preserve the text. The behavior of this command can be further modified by using an Event Handler that handles the LineRemoveCommandEventArgs. 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.LineRemoveCommand
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
LineRemoveCommand MembersLeadtools.ImageProcessing.Core Namespace
Cleaning Up 1-Bit Images
SmoothCommand Class
BorderRemoveCommand Class
InvertedTextCommand Class
InvertedPageCommand Class
DotRemoveCommand Class
HolePunchRemoveCommand Class
HighQualityRotateCommand Class
MinimumCommand Class
MaximumCommand Class
RegionHolesRemovalCommand