get_AnnotationService Method
In This Topic
Gets the web service that allows to work with annotations of web image.
Syntax
var instance = new Vintasoft.Shared.WebImageSourceJS(imageId, imageService, annotationService);
var value; // Type: Vintasoft.Shared.WebServiceJS
value = instance.get_AnnotationService();
Return Value
The web service that allows to work with annotations of web image.
Exceptions
Exception | Description |
| Thrown if image annotating service is not an instance of WebServiceJS class. |
Browser Compatibility
See Also