VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
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();

Ремарки

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

Пример

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

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