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