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

    New JavaScript file Vintasoft.Imaging.DocCleanup.js

    New JavaScript file Vintasoft.Imaging.DocCleanup.js contains JavaScript classes for processing of document images.


    API changes in Vintasoft.Imaging.DocCleanup.Web.Services.dll

    Changed classes:

    Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.DespeckleRequestParams
    Added properties
    public bool autoConfigureLevels { get; set; } Gets or sets a value indicating whether the automatic configuration of levels and radius should be used.


    Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.LineRemovalRequestParams
    Added properties
    public int maxGapLength { get; set; } Gets or sets the maximum length of line gap.


    Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.VintasoftImageProcessingDocCleanupWebService
    Added properties
    public Vintasoft.Data.IDataStorage GlobalResourcesDataStorage { get; set; } Gets or sets the data storage that should be used for storing global resources.
    public Vintasoft.Imaging.Web.Services.ImageTilesCacheManager ImageTilesCacheManager { get; } Gets a cache manager that manages cache of image tiles.
    public Vintasoft.Data.IDataStorage SessionDataStorage { get; set; } Gets or sets the data storage that should be used for storing images.
    public Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager ThumbnailsCacheManager { get; } Gets a cache manager that manages cache of thumbnails.
    Removed properties
    public Vintasoft.Data.IDataStorage DataStorage { get; set; } Override the CreateSessionDataStorage(string) method instead.
    Added constructors
    public void VintasoftImageProcessingDocCleanupWebService(Vintasoft.Data.IDataStorage) Initializes a new instance of the VintasoftImageProcessingDocCleanupWebService class.
    public void VintasoftImageProcessingDocCleanupWebService(Vintasoft.Data.IDataStorage, Vintasoft.Data.IDataStorage) Initializes a new instance of the VintasoftImageProcessingDocCleanupWebService class.
    public void VintasoftImageProcessingDocCleanupWebService(Vintasoft.Data.IDataStorage, Vintasoft.Data.IDataStorage, Vintasoft.Imaging.Web.Services.ImageTilesCacheManager) Initializes a new instance of the VintasoftImageProcessingDocCleanupWebService class.
    public void VintasoftImageProcessingDocCleanupWebService(Vintasoft.Data.IDataStorage, Vintasoft.Data.IDataStorage, Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager) Initializes a new instance of the VintasoftImageProcessingDocCleanupWebService class.
    public void VintasoftImageProcessingDocCleanupWebService(Vintasoft.Data.IDataStorage, Vintasoft.Imaging.Web.Services.ImageTilesCacheManager, Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager) Initializes a new instance of the VintasoftImageProcessingDocCleanupWebService class.
    public void VintasoftImageProcessingDocCleanupWebService(Vintasoft.Data.IDataStorage, Vintasoft.Data.IDataStorage, Vintasoft.Imaging.Web.Services.ImageTilesCacheManager, Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager) Initializes a new instance of the VintasoftImageProcessingDocCleanupWebService class.
    Removed constructors
    public void VintasoftImageProcessingDocCleanupWebService(string, string, Vintasoft.Data.IDataStorage) Use the VintasoftImageProcessingDocCleanupWebService(IDataStorage, ImageTilesCacheManager, ThumbnailsCacheManager) constructor instead.




    API changes in Vintasoft.Imaging.DocCleanup.Web.HttpHandlers.dll

    Changed delegates:

    Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.HttpHandlers.VintasoftImageProcessingDocCleanupHandler
    Added properties
    public bool IsEmptySessionSupported { get; set; } Gets or sets a value indicating whether the HTTP handler can work with undefined session.
    Removed properties
    public Vintasoft.Data.IDataStorage DataStorage { get; set; } Override the CreateSessionDataStorage(string) method instead.
    public Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.VintasoftImageProcessingDocCleanupWebService VintasoftWebService { get; } Override the CreateWebService(string) method instead.




    API changes in Vintasoft.Imaging.DocCleanup.Web.WcfServices.dll

    Changed classes:

    Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.WcfServices.VintasoftImageProcessingDocCleanupWcfService
    Added properties
    public bool IsEmptySessionSupported { get; set; } Gets or sets a value indicating whether the WCF service can work with undefined session.
    Removed properties
    public Vintasoft.Data.IDataStorage DataStorage { get; set; } Override the CreateSessionDataStorage(string) method instead.
    public Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.VintasoftImageProcessingDocCleanupWebService VintasoftWebService { get; } Override the CreateWebService(string) method instead.




    API changes in Vintasoft.Imaging.DocCleanup.Web.ApiControllers.dll

    Changed classes:

    Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.ApiControllers.VintasoftImageProcessingDocCleanupApiController
    Added properties
    public bool IsEmptySessionSupported { get; set; } Gets or sets a value indicating whether the API controller can work with undefined session.
    Removed properties
    public Vintasoft.Data.IDataStorage DataStorage { get; set; } Override the CreateSessionDataStorage(string) method instead.
    public Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.VintasoftImageProcessingDocCleanupWebService VintasoftWebService { get; } Override the CreateWebService(string) method instead.




    API changes in Vintasoft.Imaging.DocCleanup.Web.Api2Controllers.dll

    Changed classes:

    Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Api2Controllers.VintasoftImageProcessingDocCleanupApi2Controller
    Added properties
    public bool IsEmptySessionSupported { get; set; } Gets or sets a value indicating whether the API controller can work with undefined session.
    Removed properties
    public Vintasoft.Data.IDataStorage DataStorage { get; set; } Override the CreateSessionDataStorage(string) method instead.
    public Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.VintasoftImageProcessingDocCleanupWebService VintasoftWebService { get; } Override the CreateWebService(string) method instead.