VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom.UI.Panels Namespace / WebDicomMprViewerPanelJS type / get_DicomMprViewerControl Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DicomMprViewerControl Method
    In This Topic
    Gets the DICOM MPR viewer control that is associated with this panel.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.UI.Panels.WebDicomMprViewerPanelJS(settings);
    
    var value; // Type: Vintasoft.Imaging.Dicom.WebDicomMprViewerControlJS
    value = instance.get_DicomMprViewerControl();
    
    
    function get_DicomMprViewerControl() : WebDicomMprViewerControlJS;
    

    Return Value

    An instance of WebDicomMprViewerControlJS class.
    Browser Compatibility
    56+
    45+
    11
    See Also