// Parameters var containerId; // Type: string var mprViewType; // Type: WebMprViewTypeEnumJS var localizationId; // Type: string var instance = new Vintasoft.Imaging.Dicom.WebDicomMprControlSettingsJS(containerId, mprViewType, localizationId);
function WebDicomMprControlSettingsJS(
containerIdAn identifier of the page element, where the DICOM MPR control must be placed.: string,
mprViewTypeThe type of MPR view.: WebMprViewTypeEnumJS,
localizationIdA localization identifier for WebDicomMprControlJS object.: string
) : WebDicomMprControlSettingsJS;
Parameters
- containerId
- An identifier of the page element, where the DICOM MPR control must be placed.
- mprViewType
- The type of MPR view.
- localizationId
- A localization identifier for WebDicomMprControlJS object.