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

var value; // Type: boolean
value = instance.get_IsVisible();

Return Value

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