VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI Namespace / WebPdfDocumentEditorControlSettingsJS type / WebPdfDocumentEditorControlSettingsJS Constructors / WebPdfDocumentEditorControlSettingsJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebPdfDocumentEditorControlSettingsJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebPdfDocumentEditorControlSettingsJS class.
    Syntax
    // Parameters
    var containerId; // Type: string
    var localizationId; // Type: string
    
    var instance = new Vintasoft.Imaging.Pdf.UI.WebPdfDocumentEditorControlSettingsJS(containerId, localizationId);
    
    
    function WebPdfDocumentEditorControlSettingsJS(
    containerId
    An identifier of the page element, where the PDF document editor must be placed.
    : string
    ) : WebPdfDocumentEditorControlSettingsJS;

    Parameters

    containerId
    An identifier of the page element, where the PDF document editor must be placed.
    Browser Compatibility
    56+
    45+
    11
    See Also