In This Topic
Sets the grip mode of annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLineAnnotationViewBaseJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebAnnotationGripModeEnumJS
returnValue = instance.set_GripMode(value);
function set_GripMode(
: WebAnnotationGripModeEnumJS
) : any;
Parameters
- value
- An instance of WebAnnotationGripModeEnumJS class that defines the grip mode. Default value is "Rectangular".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also