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

    Parameters

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