VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMprControlJS type / WebDicomMprControlJS Constructor(WebDicomMprControlSettingsJS,WebDicomControlJS)
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    WebDicomMprControlJS Constructor(WebDicomMprControlSettingsJS,WebDicomControlJS)
    In This Topic
    Initializes a new instance of the WebDicomMprControlJS class.
    Syntax
    // Parameters
    var settings; // Type: WebDicomMprControlSettingsJS
    var dicomControl; // Type: WebDicomControlJS
    
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMprControlJS(settings, dicomControl);
    
    
    function WebDicomMprControlJS(
    settings
    The settings for DICOM MPR control.
    : WebDicomMprControlSettingsJS,
    dicomControl
    The DICOM control, which is associated with this DICOM MPR control.
    : WebDicomControlJS
    ) : WebDicomMprControlJS;

    Parameters

    settings
    The settings for DICOM MPR control.
    dicomControl
    The DICOM control, which is associated with this DICOM MPR control.
    Remarks

    This JavaScript UI control can be used in Firefox 74+, Chrome 77+, Edge 79+, Opera 64+, Safari 11.1+, SamsungInternet 12.0+, WebView Android 37+.

    Browser Compatibility
    56+
    45+
    11
    See Also