VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / get_IsDrawn Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsDrawn Method
    In This Topic
    Gets a value indicating whether annotation is drawn.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
    
    var value; // Type: boolean
    value = instance.get_IsDrawn();
    
    
    function get_IsDrawn() : boolean;
    

    Return Value

    True - annotation is drawn; False - annotation is not drawn.
    Browser Compatibility
    56+
    45+
    11
    See Also