VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorSettingsJS type / WebDocumentEditorSettingsJS Constructor(string,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebDocumentEditorSettingsJS Constructor(string,string)
    In This Topic
    Initializes a new instance of the WebDocumentEditorSettingsJS class.
    Syntax
    // Parameters
    var containerId; // Type: string
    var localizationId; // Type: string
    
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorSettingsJS(containerId, localizationId);
    
    
    function WebDocumentEditorSettingsJS(
    containerId
    An identifier of the page element, where the document editor control must be placed.
    : string,
    localizationId
    A localization identifier for WebDocumentEditorJS object.
    : string
    ) : WebDocumentEditorSettingsJS;

    Parameters

    containerId
    An identifier of the page element, where the document editor control must be placed.
    localizationId
    A localization identifier for WebDocumentEditorJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also