WebDicomMprControlSettingsJS Constructor(string,WebMprViewTypeEnumJS,string)
In This Topic
Initializes a new instance of the
WebDicomMprControlSettingsJS class.
Syntax
// Parameters
var containerId; // Type: string
var mprViewType; // Type: WebMprViewTypeEnumJS
var localizationId; // Type: string
var instance = new Vintasoft.Imaging.Dicom.WebDicomMprControlSettingsJS(containerId, mprViewType, localizationId);
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.
Browser Compatibility
See Also