VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorJS type / saveDocumentAs Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    saveDocumentAs Method
    In This Topic
    Saves a document to the specified file.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var fileId; // Type: string
    
    value = instance.saveDocumentAs(fileId);
    
    
    function saveDocumentAs(
    fileId
    An identifier of file.
    : string
    ) : any;

    Parameters

    fileId
    An identifier of file.
    Browser Compatibility
    56+
    45+
    11
    See Also