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

    API changes in Vintasoft.Imaging.DocCleanup.dll

    New classes:

    public class Vintasoft.Imaging.ImageProcessing.Document.LineFillingCommand Removes (fills) the specified lines on document image.
    public class Vintasoft.Imaging.ImageProcessing.Info.LineInfo Contains information about the line.
    public class Vintasoft.Imaging.ImageProcessing.Info.LineRecognitionCommand Finds lines on document image automatically (lines of forms, tables, underlining/strikethrough of text, noise).
    public class Vintasoft.Imaging.ImageProcessing.Info.LineRecognitionCommandResult Stores result of execution of the Vintasoft.Imaging.ImageProcessing.Info.LineRecognitionCommand.


    Changed classes:

    Vintasoft.Imaging.ImageProcessing.Document.LineRemovalCommand
    Added properties
    public int MaxGapLength { get; set; } Gets or sets the maximum length of line gap.
    Changed properties
    public Vintasoft.Imaging.ImageProcessing.Document.LineEndsType LineEndsType { get; set; } public Vintasoft.Imaging.ImageProcessing.LineEndsType LineEndsType { get; set; }
    public Vintasoft.Imaging.ImageProcessing.Document.RemovingLinesType LinesType { get; set; } public Vintasoft.Imaging.ImageProcessing.LinesType LinesType { get; set; }


    Vintasoft.Imaging.ImageProcessing.Document.LineRemovalCommandResult
    Added properties
    public System.Collections.Generic.ICollection<Vintasoft.Imaging.ImageProcessing.Info.LineInfo> RemovedLines { get; } Gets the collection of removed lines.


    Renamed enumerations:

    public enum Vintasoft.Imaging.ImageProcessing.Document.LineEndsType public enum Vintasoft.Imaging.ImageProcessing.LineEndsType
    public enum Vintasoft.Imaging.ImageProcessing.Document.RemovingLinesType public enum Vintasoft.Imaging.ImageProcessing.LinesType