VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMprControlJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebDicomMprControlJS type
    In This Topic
    Represents a JavaScript UI-control that contains UI (main menu, DICOM MPR viewers) for displaying DICOM MPR in HTML5 web browser. A JavaScript UI control that represents DICOM MPR viewer.
    Syntax
    // Parameters
    var settings; // Type: WebDicomMprControlSettingsJS
    var dicomControl; // Type: WebDicomControlJS
    
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMprControlJS(settings, dicomControl);
    
    
    function WebDicomMprControlJS;
    
    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+.

    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.UI.UIElements.WebUiControlJS
          Vintasoft.Imaging.Dicom.WebDicomMprControlJS

    Browser Compatibility
    56+
    45+
    11
    See Also