VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
In This Topic
    VintaSoft Imaging .NET SDK: API changes in version 12.1
    In This Topic

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

    Changed classes:

    Vintasoft.Imaging.ImageProcessing.Web.Services.ReplaceColorRequestParams
    Changed properties
    public Vintasoft.Imaging.ColorManagement.ColorSpaceType colorSpace { get ; set ; } public Vintasoft.Imaging.ColorSpaceType colorSpace { get ; set ; }


    Vintasoft.Imaging.Web.Services.VintasoftImageConverterWebService
    Added methods
    public Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToXlsx(Vintasoft.Imaging.Web.Services.BaseConvertFileToRequestParams) Starts the asynchronous process that converts an image file to the XLSX format.
    protected Vintasoft.Imaging.Codecs.Encoders.EncoderBase CreateXlsxEncoder(string) Creates the XLSX encoder.


    Vintasoft.Imaging.Web.Services.WebPbmEncoderSettings
    Changed properties
    public Vintasoft.Imaging.Codecs.Pbm.PbmEncoding encoding { get ; set ; } public Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding encoding { get ; set ; }


    Vintasoft.Imaging.Web.Services.WebTgaEncoderSettings
    Changed properties
    public Vintasoft.Imaging.Codecs.Tga.TgaCompression compression { get ; set ; } public Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaCompression compression { get ; set ; }
    public Vintasoft.Imaging.Codecs.Tga.TgaImageOrigin imageOrigin { get ; set ; } public Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaImageOrigin imageOrigin { get ; set ; }




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

    Changed classes:

    Vintasoft.Imaging.Web.HttpHandlers.VintasoftImageConverterHandler
    Added methods
    protected Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToXlsx(Vintasoft.Imaging.Web.Services.BaseConvertFileToRequestParams) Starts the asynchronous process that converts an image file to the XLSX format.




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

    Changed classes:

    Vintasoft.Imaging.Web.Api2Controllers.VintasoftImageConverterApi2Controller
    Added methods
    public Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToXlsx(Vintasoft.Imaging.Web.Services.BaseConvertFileToRequestParams) Starts the asynchronous process that converts an image file to the XLSX format.




    API changes in Vintasoft.Shared.js

    Renamed classes:

    public class Vintasoft.Shared.WebEnumItemBase public class Vintasoft.Shared.WebEnumItemBaseJS
    public class Vintasoft.Shared.WebFlagsEnumItemBase public class Vintasoft.Shared.WebFlagsEnumItemBaseJS




    API changes in Vintasoft.Imaging.Html5.js

    New classes:

    public class Vintasoft.Imaging.WebXlsxEncoderSettingsJS Provides settings of XLSX encoder.