VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMeasurementJS type / get_LineWidth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_LineWidth Method
    In This Topic
    Gets the width, in pixels, of measurement line.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMeasurementJS(viewer, dicomMeasurementType);
    
    var value; // Type: number
    value = instance.get_LineWidth();
    
    
    function get_LineWidth() : number;
    

    Return Value

    The width, in pixels, of measurement line.
    Browser Compatibility
    56+
    45+
    11
    See Also