VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerJS type / saveChanges Methods / saveChanges() Property
Syntax Exceptions Remarks Example BrowserCompatibility SeeAlso
В этом разделе
    saveChanges() Метод
    В этом разделе
    Saves changes in a file that was previously opened using the WebDocumentViewerBaseJS.openFile or WebDocumentViewerBaseJS.openFileWithAuthentication function.
    Синтаксис
    var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerJS(settings);
    
    var value; // Type: any
    value = instance.saveChanges();
    
    
    function saveChanges() : any;
    
    Исключения
    ИсключениеОписание
    Выбрасывается, если веб просмотрщик документов не открыла файл.
    Ремарки

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

    Пример

    ThisJavaScriptcodeshowshowtosavechangesinafile,whichisopenedinwebdocumentviewer:
                      // save changes in a file
                      docViewer1.saveChanges();
    

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