VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebRectangleAnnotationViewJS type / get_IsReadyForDrawing Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsReadyForDrawing Method
    In This Topic
    Gets a value indicating whether this annotation is ready for drawing, for example, line annotation has points.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebRectangleAnnotationViewJS();
    
    var value; // Type: boolean
    value = instance.get_IsReadyForDrawing();
    
    
    function get_IsReadyForDrawing() : boolean;
    
    Browser Compatibility
    56+
    45+
    11
    See Also