VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLinesAnnotationViewJS type / get_UseInterpolation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_UseInterpolation Method
    In This Topic
    Gets a value indicating whether lines of annotation are drawn with interpolation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLinesAnnotationViewJS();
    
    var value; // Type: boolean
    value = instance.get_UseInterpolation();
    
    
    function get_UseInterpolation() : boolean;
    

    Return Value

    Value indicating whether lines of annotation are drawn with interpolation. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also