VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebRulerAnnotationViewJS type / get_Calibration Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_Calibration Method
    In This Topic
    Gets the calibration value which is used for calculating the ruler length.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebRulerAnnotationViewJS();
    
    var value; // Type: number
    value = instance.get_Calibration();
    
    
    function get_Calibration() : number;
    

    Return Value

    Calibration value. Default value is 1.0.
    Remarks

    The ruler length is calculated as the ruler length on image multiplied to the value of this property.

    Browser Compatibility
    56+
    45+
    11
    See Also