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(
: string,
: 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
See Also