ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace
Inheritance Hierarchy
In This Topic
    ImageGear.Processing.ImageClean Namespace
    In This Topic
    This namespace contains classes to enhance bi-level image support. It includes the ability to check for "noise" of black pixels, clean borders, invert white text, auto-orient image, auto invert black text on the white background, and auto-crop. It also includes the ability to remove punch holes and broken, dotted, and solid lines, as well as perform image dilation and erosion.
    Classes
     ClassDescription
    Class Provides image clean methods for 1-bit document images.
    ClassSpecifies parameters for ImGearIC.CleanBorders method.
    Class Specifies parameters for ImGearIC.RemoveDotLines method.
    Class Specifies parameters for ImGearIC.RemoveLines method.
    Class Specifies parameters for ImGearIC.RemovePunchHoles method.
    Class Validates applicability of ImageClean methods to ImGearPage object.
    Enumerations
     EnumerationDescription
    Enumeration This enumeration specifies the types of object orientations used in the ImageClean API.
    EnumerationType of the input document's alignment used for ImGearIC.TextAutoOrientation method.
    Enumeration Type of the units of measure used in ImageClean. Used in the following classes: ImGearICPunchHoleOptions, ImGearICDotLineOptions, and ImGearICLineOptions.
    See Also