Visual Basic (Declaration) | |
---|---|
Public Class RegionHolesRemovalCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class RegionHolesRemovalCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class RegionHolesRemovalCommand : public RasterCommand, IRasterCommand |
Run the RegionHolesRemovalCommand on an image.
Visual Basic | Copy Code |
---|---|
Public Sub RegionHolesRemovalCommandExample() |
C# | Copy Code |
---|---|
public void RegionHolesRemovalCommandExample() |
This command is designed to work on images that have a region. It removes the holes from the image's region. If this command is used with an image that does not have a region, the "Invalid Parameter" error is returned. This command supports 12 and 16-bit grayscale and 48 and 64-bit color images. Support for 12 and 16-bit grayscale and 48 and 64-bit color images is available only in the Document/Medical toolkits. This command supports 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Effects.RegionHolesRemovalCommand
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
RegionHolesRemovalCommand MembersLeadtools.ImageProcessing.Effects Namespace
Cleaning Up 1-Bit Images
SmoothCommand
BorderRemoveCommand
LineRemoveCommand
InvertedTextCommand
InvertedPageCommand
DotRemoveCommand
HolePunchRemoveCommand
HighQualityRotateCommand
IntensityDetectCommand
SpatialFilterCommand Class
BinaryFilterCommand Class
MinimumCommand
MaximumCommand