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