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

    Parameters

    dicomMprControlContainerId
    An identifier of the page element, where the DICOM MPR control must be placed.
    mprViewType
    The type of DICOM MPR view.
    Browser Compatibility
    56+
    45+
    11
    See Also