VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageSourceJS type / get_ImageService Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    get_ImageService Метод
    В этом разделе
    Gets the web service that allows to work with web image.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageSourceJS(imageId, imageService, annotationService);
    
    var value; // Type: Vintasoft.Shared.WebServiceJS
    value = instance.get_ImageService();
    
    
    function get_ImageService() : WebServiceJS;
    

    Return Value

    The web service that allows to work with web image.
    Исключения
    ИсключениеОписание
    Thrown if image service is not an instance of WebServiceJS class.
    Смотрите также