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.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS(); var value; // Type: boolean value = instance.get_IsDrawn();
function get_IsDrawn() : boolean;