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