VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageSourceJS type / get_AnnotationService Property
Syntax Exceptions BrowserCompatibility SeeAlso
    get_AnnotationService Method
    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
    ExceptionDescription
    Thrown if image annotating service is not an instance of WebServiceJS class.
    Browser Compatibility
    9
    5
    11
    5
    See Also