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(
: string,
: 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
See Also