VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageSourceJS type / get_AnnotationService Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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();
    
    
    function get_AnnotationService() : WebServiceJS;
    

    Return Value

    The web service that allows to work with annotations of web image.
    Exceptions
    ExceptionDescription
    Thrown if image annotating service is not an instance of WebServiceJS class.
    Browser Compatibility
    56+
    45+
    11
    See Also