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

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

    Changed classes:

    Vintasoft.Imaging.Web.Services.BaseConvertFileToRequestParams
    Added properties
    public Vintasoft.Shared.Web.WebSize pageSize { get ; set ; } Gets or sets the page size.


    Vintasoft.Imaging.Web.Services.ImagePageInfoResponseParams
    Added properties
    public bool canConvertToSvgOptimally { get ; set ; } Gets or sets a value indicating whether the image can be converted to SVG optimally.




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

    Changed classes:

    Vintasoft.Imaging.Web.Api2Controllers.VintasoftFileApi2Controller
    Added methods
    public Vintasoft.Shared.Web.WebResponseParamsBase ClearSessionCache(string) Clears the uploaded file cache for current HTTP session.


    Vintasoft.Imaging.Web.Api2Controllers.VintasoftImageApi2Controller
    Added methods
    public Vintasoft.Shared.Web.WebResponseParamsBase ClearSessionCache(string) Clears the image tile cache and thumbnail cache for current HTTP session.


    Vintasoft.Imaging.Web.Api2Controllers.VintasoftImageCollectionApi2Controller
    Added methods
    public Vintasoft.Shared.Web.WebResponseParamsBase ClearSessionCache(string) Clears the image collection cache and serialized document cache for current HTTP session.




    API changes in Vintasoft.Imaging.js

    Changed classes:

    Vintasoft.Imaging.UI.VisualTools.WebMagnifierToolJS
    Added properties
    public boolean get_ShowVisualTools { get ; } Gets a value indicating whether the magnifier must show visual tools, i.e. show image with annotations or interactive fields in magnifier.
    public boolean set_ShowVisualTools { set ; } Sets a value indicating whether the magnifier must show visual tools, i.e. show image with annotations or interactive fields in magnifier.