VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / get_Measurements Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Measurements Method
    In This Topic
    Gets the measurements of focused image.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var value; // Type: Vintasoft.Imaging.Dicom.WebDicomMeasurementJS[]
    value = instance.get_Measurements();
    
    
    function get_Measurements() : WebDicomMeasurementJS[];
    

    Return Value

    An array that contains measurements of focused image.
    Browser Compatibility
    56+
    45+
    11
    See Also