VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageSourceJS type / get_AnnotationService Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    get_AnnotationService Метод
    В этом разделе
    Gets the web service that allows to work with annotations of web image.
    Синтаксис
    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.
    Исключения
    ИсключениеОписание
    Thrown if image annotating service is not an instance of WebServiceJS class.
    Смотрите также