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.WebArcAnnotationViewJS();
var value; // Type: boolean
value = instance.get_IsReadyForDrawing();
function get_IsReadyForDrawing() : boolean;
Browser Compatibility
See Also