VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
In This Topic
    VintaSoft Document Cleanup .NET Plug-in: Changes in version 8.0
    In This Topic

    Changes in Vintasoft.Imaging.DocCleanup.dll

    New classes:

    public class Vintasoft.Imaging.ImageProcessing.Document.AdvancedReplaceColorCommand Replaces color(s), defined as color sphere(s), in an image.
    public class Vintasoft.Imaging.ImageProcessing.Document.ColorReplaceSphere Class that contains information how to replace colors specified by color sphere.
    public class Vintasoft.Imaging.ImageProcessing.Document.ColorNoiseClearCommand Clears color noise on an image.
    public class Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand Detects image regions on a color document image.
    public class Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommandResult Class that stores an execution result of the ImageSegmentationCommand.

    Vintasoft.Imaging.ImageProcessing.Document.AutoTextOrientationCommand
    Changed properties
    public Vintasoft.Imaging.ImageProcessing.ChangePixelFormatToBlackWhiteCommand Binarization { get; set; } public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase Binarization { get; set; }

    Vintasoft.Imaging.ImageProcessing.Document.AutoTextInvertCommand
    Changed properties
    public Vintasoft.Imaging.ImageProcessing.ChangePixelFormatToBlackWhiteCommand Binarization { get; set; } public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase Binarization { get; set; }

    Vintasoft.Imaging.ImageProcessing.Document.LineRemovalCommand
    Changed properties
    public Vintasoft.Imaging.ImageProcessing.ChangePixelFormatToBlackWhiteCommand Binarization { get; set; } public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase Binarization { get; set; }

    Vintasoft.Imaging.ImageProcessing.Document.OcrPreprocessingCommand
    Changed properties
    public Vintasoft.Imaging.ImageProcessing.ChangePixelFormatToBlackWhiteCommand Binarization { get; set; } public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase Binarization { get; set; }