ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearIC Class
Members




In This Topic
    ImGearIC Class
    In This Topic
    Provides image clean methods for 1-bit document images.
    Object Model
    ImGearIC ClassImGearICVerifier Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearIC 
    'Usage
     
    Dim instance As ImGearIC
    public sealed class ImGearIC 
    public __gc __sealed class ImGearIC 
    public ref class ImGearIC sealed 
    Remarks
    The image clean methods include: 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. The API also provides methods to remove punch holes, and broken, dotted, and solid lines, as well as perform image dilation and erosion.
    Inheritance Hierarchy

    System.Object
       ImageGear.Processing.ImageClean.ImGearIC

    See Also