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

    Parameters

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