VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebRulerAnnotationViewJS type / get_UnitOfMeasure Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_UnitOfMeasure Method
    In This Topic
    Gets unit of measure of the Length.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebRulerAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.WebUnitOfMeasureEnumJS
    value = instance.get_UnitOfMeasure();
    
    
    function get_UnitOfMeasure() : WebUnitOfMeasureEnumJS;
    

    Return Value

    An instance of the WebUnitOfMeasureEnumJS class that defines the unit of measure. Default value is "Pixels".
    Browser Compatibility
    56+
    45+
    11
    See Also