VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerJS type / get_Length Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Length Method
    In This Topic
    Gets a ruler length in pixels.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerJS(dicomViewerControl);
    
    var value; // Type: number
    value = instance.get_Length();
    
    
    function get_Length() : number;
    

    Return Value

    The ruler length in pixels.
    Browser Compatibility
    56+
    45+
    11
    See Also