VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / getMeasurements Property
Syntax BrowserCompatibility SeeAlso
In This Topic
getMeasurements Method
In This Topic
Returns the measurements of specified DICOM image.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);

var value; // Type: Vintasoft.Imaging.Dicom.WebDicomMeasurementJS[]

// Parameters
var image; // Type: WebDicomImageJS

value = instance.getMeasurements(image);

Parameters

image
The DICOM image.

Return Value

An array with measurements of specified DICOM image.
Browser Compatibility
56+
45+
11
See Also