VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerJS type / set_LineWidth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_LineWidth Method
    In This Topic
    Sets the width, in pixels, of measurement line.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerJS(dicomViewerControl);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_LineWidth(value);
    
    
    function set_LineWidth(
    value
    Default value is 2.
    : number
    ) : any;

    Parameters

    value
    Default value is 2.
    Browser Compatibility
    56+
    45+
    11
    See Also