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

    API changes in Vintasoft.Imaging.DocCleanup.dll

    New classes:

    public class Vintasoft.Imaging.ImageProcessing.Document.DeskewDocumentImageCommand Detects rotation angle of document image and rotates it using the detected angle.
    public class Vintasoft.Imaging.ImageProcessing.Info.GetDocumentImageRotationAngleCommand Detects rotation angle of a document image.
    public class Vintasoft.Imaging.ImageProcessing.Info.GetDocumentImageRotationAngleCommandResult Stores result of execution of the Vintasoft.Imaging.ImageProcessing.Info.GetDocumentImageRotationAngleCommand.


    Changed classes:

    Vintasoft.Imaging.ImageProcessing.Document.AutoTextOrientationCommand
    Added properties
    public Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType AppliedRotation { get; } Gets the rotation applied to the image.
    public double Confidence { get; } Gets the confidence, in percents, of the result.
    public bool IsOrientationDetermined { get; } Gets a value indicating whether orientation of the image is determined.


    Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand
    Renamed properties
    public int ColorHiThreshold { get; set; } public int ColorHighThreshold { get; set; }