VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMeasurementJS type / WebDicomMeasurementJS Constructor(WebDicomViewerBaseControlJS,WebDicomMeasurementTypeEnumJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebDicomMeasurementJS Constructor(WebDicomViewerBaseControlJS,WebDicomMeasurementTypeEnumJS)
In This Topic
Initializes a new instance of the WebDicomMeasurementJS class.
Syntax
// Parameters
var viewer; // Type: WebDicomViewerBaseControlJS
var dicomMeasurementType; // Type: WebDicomMeasurementTypeEnumJS

var instance = new Vintasoft.Imaging.Dicom.WebDicomMeasurementJS(viewer, dicomMeasurementType);

Parameters

viewer
An instance of WebDicomViewerControlJS or WebDicomMprViewerControlJS class.
dicomMeasurementType
The type of DICOM measurement.
Browser Compatibility
56+
45+
11
See Also