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

    API changes in Vintasoft.Shared.js

    New classes:

    public class Vintasoft.Shared.WebFileInfoJS Contains information about file.


    Changed classes:

    Vintasoft.Shared.WebImageSourceJS
    Added properties
    public string get_Password { get; } Gets the image source password.
    public string set_Password { set; } Sets the image source password.


    Vintasoft.Shared.WebImageCollectionJS
    Changed methods
    public object openFile(string, object, object, object) public object openFile(object, object, object, object)


    Vintasoft.Shared.VintasoftLocalizationJS
    Added events
    public event (object event) ready Occurs when localizer is ready for localization.




    API changes in Vintasoft.Imaging.Html5.js

    Changed classes:

    Vintasoft.Imaging.VintasoftFileAPI
    Added methods
    public object authenticateFile(string, string, object, object, object) Sends an asynchronous request to a server for checking that specified password is correct for specified file on server.
    Changed methods
    public object downloadImageFile(string, object, object, object) public object downloadImageFile(object, object, object, object)


    Vintasoft.Imaging.WebImageConverterJS
    Changed methods
    public object convertFileTo(string, object, object, object, object) public object convertFileTo(object, object, object)




    API changes in Vintasoft.Imaging.Svg.js

    Changed classes:

    Vintasoft.Imaging.VintasoftFileAPI
    Added methods
    public object authenticateFile(string, string, object, object, object) Sends an asynchronous request to a server for checking that specified password is correct for specified file on server.
    Changed methods
    public object downloadImageFile(string, object, object, object) public object downloadImageFile(object, object, object, object)


    Vintasoft.Imaging.WebImageConverterJS
    Changed methods
    public object convertFileTo(string, object, object, object, object) public object convertFileTo(object, object, object)




    API changes in Vintasoft.Imaging.DocumentViewer.js

    New classes:

    public class Vintasoft.Imaging.DocumentViewer.Dialogs.WebUiDocumentPasswordDialogJS A web UI dialog that allows to set the password of document.
    public class Vintasoft.Imaging.DocumentViewer.Dialogs.jQuery.WebUiDocumentPasswordJqueryDialogJS A jQuery UI dialog that allows to set the password of document.
    public class Vintasoft.Imaging.DocumentViewer.Panels.WebUiDocumentPasswordPanelJS A web UI panel that allows to authenticate the document using password.


    Changed classes:

    Vintasoft.Imaging.DocumentViewer.WebDocumentViewerJS
    Added methods
    public object authenticateAndOpenFile(string) Shows a password dialog, if file must be authenticated using password, and open the file in viewer.
    public object authenticateFile(string) Shows a password dialog if file must be authenticated using password.
    Renamed methods
    public object openImageFile(string) public object openFile(object)
    Added events
    public event (object event, { string fileId }) fileAuthorizationFailed Occurs when file authorization is failed.
    public event (object event, { string fileId, string filePassword }) fileAuthorized Occurs when file is authorized.
    public event (object event, { string fileId, string filePassword }) fileOpened Occurs when file is opened in document viewer.


    Vintasoft.Imaging.DocumentViewer.UIElements.WebUiUploadFileButtonJS
    Added properties
    public boolean get_OpenFile { get; } Gets a value indicating whether uploaded file must be opened in viewer after file upload.
    public boolean set_OpenFile { set; } Sets a value indicating whether uploaded file must be opened in viewer after file upload.




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

    New classes:

    public class Vintasoft.Imaging.Web.Services.FileAuthenticationResponseParams Response from web service. Contains information about the file authentication result.
    public class Vintasoft.Imaging.Web.Services.GetImageFilesInfoResponseParams Response from web service. Contains information about image collection of files stored on server.


    Changed classes:

    Vintasoft.Imaging.Web.Services.VintasoftFileWebService
    Added methods
    public Vintasoft.Imaging.Web.Services.FileAuthenticationResponseParams AuthenticateFile(Vintasoft.Shared.Web.ImageFileRequestParams) Authenticates the file using password.


    Vintasoft.Imaging.Web.Services.VintasoftImageCollectionWebService
    Changed methods
    public Vintasoft.Imaging.Web.Services.ImageCollectionResponseParams GetImageFileInfo(Vintasoft.Shared.Web.ImageFilesRequestParams) public Vintasoft.Imaging.Web.Services.GetImageFilesInfoResponseParams GetImageFileInfo(Vintasoft.Shared.Web.ImageFilesRequestParams)




    API changes in Vintasoft.Imaging.AspNetCore.ApiControllers.dll

    Changed classes:

    Vintasoft.Imaging.AspNetCore.ApiControllers.VintasoftFileApiController
    Added methods
    public Vintasoft.Imaging.Web.Services.FileAuthenticationResponseParams AuthenticateFile(Vintasoft.Shared.Web.ImageFileRequestParams) Authenticates the file using password.


    Vintasoft.Imaging.AspNetCore.ApiControllers.VintasoftImageCollectionApiController
    Changed methods
    public Vintasoft.Imaging.Web.Services.ImageCollectionResponseParams GetImageFileInfo(Vintasoft.Shared.Web.ImageFilesRequestParams) public Vintasoft.Imaging.Web.Services.GetImageFilesInfoResponseParams GetImageFileInfo(Vintasoft.Shared.Web.ImageFilesRequestParams)




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

    Changed classes:

    Vintasoft.Imaging.Web.Api2Controllers.VintasoftFileApi2Controller
    Added methods
    public Vintasoft.Imaging.Web.Services.FileAuthenticationResponseParams AuthenticateFile(Vintasoft.Shared.Web.ImageFileRequestParams) Authenticates the file using password.


    Vintasoft.Imaging.Web.Api2Controllers.VintasoftImageCollectionApi2Controller
    Changed methods
    public Vintasoft.Imaging.Web.Services.ImageCollectionResponseParams GetImageFileInfo(Vintasoft.Shared.Web.ImageFilesRequestParams) public Vintasoft.Imaging.Web.Services.GetImageFilesInfoResponseParams GetImageFileInfo(Vintasoft.Shared.Web.ImageFilesRequestParams)




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

    Changed classes:

    Vintasoft.Imaging.Web.ApiControllers.VintasoftFileApiController
    Added methods
    public Vintasoft.Imaging.Web.Services.FileAuthenticationResponseParams AuthenticateFile(Vintasoft.Shared.Web.ImageFileRequestParams) Authenticates the file using password.


    Vintasoft.Imaging.Web.ApiControllers.VintasoftImageCollectionApiController
    Changed methods
    public Vintasoft.Imaging.Web.Services.ImageCollectionResponseParams GetImageFileInfo(Vintasoft.Shared.Web.ImageFilesRequestParams) public Vintasoft.Imaging.Web.Services.GetImageFilesInfoResponseParams GetImageFileInfo(Vintasoft.Shared.Web.ImageFilesRequestParams)




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

    Changed classes:

    Vintasoft.Imaging.Web.HttpHandlers.VintasoftFileHandler
    Added methods
    protected Vintasoft.Imaging.Web.Services.FileAuthenticationResponseParams AuthenticateFile(Vintasoft.Shared.Web.ImageFileRequestParams) Authenticates the file using password.


    Vintasoft.Imaging.Web.HttpHandlers.VintasoftImageCollectionHandler
    Changed methods
    protected Vintasoft.Imaging.Web.Services.ImageCollectionResponseParams GetImageFileInfo(Vintasoft.Shared.Web.ImageFilesRequestParams) protected Vintasoft.Imaging.Web.Services.GetImageFilesInfoResponseParams GetImageFileInfo(Vintasoft.Shared.Web.ImageFilesRequestParams)