VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function WebDicomMeasurementJS(
    viewer
    An instance of WebDicomViewerControlJS or WebDicomMprViewerControlJS class.
    : WebDicomViewerBaseControlJS,
    dicomMeasurementType
    The type of DICOM measurement.
    : WebDicomMeasurementTypeEnumJS
    ) : WebDicomMeasurementJS;

    Parameters

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