set_EndAnnotationData Method
In This Topic
Sets the
WebAnnotationViewJS object associated with end of the
WebLeaderAnnotationViewJS.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLeaderAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebAnnotationViewJS
returnValue = instance.set_EndAnnotationData(value);
function set_EndAnnotationData(
: WebAnnotationViewJS
) : any;
Parameters
- value
- WebAnnotationViewJS object OR null.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also