VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorJS type / WebDocumentEditorJS Constructor(WebDocumentEditorSettingsJS)
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    WebDocumentEditorJS Constructor(WebDocumentEditorSettingsJS)
    In This Topic
    Initializes a new instance of the WebDocumentEditorJS class.
    Syntax
    // Parameters
    var settings; // Type: WebDocumentEditorSettingsJS
    
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
    
    
    function WebDocumentEditorJS(
    settings
    The settings for document editor.
    : WebDocumentEditorSettingsJS
    ) : WebDocumentEditorJS;

    Parameters

    settings
    The settings for document editor.
    Remarks

    This JavaScript UI control can be used in Firefox 74+, Chrome 77+, Edge 79+, Opera 64+, Safari 11.1+, SamsungInternet 12.0+, WebView Android 37+.

    Browser Compatibility
    56+
    45+
    11
    See Also