In This Topic
Sets a value indicating whether the annotation is visible.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_IsVisible(value);
function set_IsVisible(
: boolean
) : any;
Parameters
- value
- True - annotation is visible; False - annotation is not visible. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also