VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / saveChangesAndDownloadFile Methods / saveChangesAndDownloadFile() Property
Syntax Remarks Example BrowserCompatibility SeeAlso
В этом разделе
    saveChangesAndDownloadFile() Метод
    В этом разделе
    Saves changes in a file, which was previously opened using the WebDocumentViewerBaseJS.openFile or WebDocumentViewerBaseJS.openFileWithAuthentication function, and downloads the file.
    Синтаксис
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var value; // Type: any
    value = instance.saveChangesAndDownloadFile();
    
    
    function saveChangesAndDownloadFile() : any;
    
    Ремарки

    Эта функция сохраняет следующие изменения: изменения (добавление, удаление, замена) в коллекции изображений/страниц, изменения в аннотациях, изменения в интерактивной форме PDF.

    Пример

    ThisJavaScriptcodeshowshowtosavechangesinafile,whichisopenedinwebdocumentviewer:
                      // save changes in a file and download the file
                      docViewer1.saveChangesAndDownloadFile();
    

    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также