VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMprViewerControlJS type / WebDicomMprViewerControlJS Constructor(string)
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    WebDicomMprViewerControlJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebDicomMprViewerControlJS class.
    Syntax
    // Parameters
    var parentDiv; // Type: string
    
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMprViewerControlJS(parentDiv);
    
    
    function WebDicomMprViewerControlJS(
    parentDiv
    A parent DIV-element.
    : string
    ) : WebDicomMprViewerControlJS;

    Parameters

    parentDiv
    A parent DIV-element.
    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