VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / getMeasurements Property
Syntax BrowserCompatibility SeeAlso
    getMeasurements Method
    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