VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageSourceJS type / get_ImageService Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    get_ImageService Method
    In This Topic
    Gets the web service that allows to work with web image.
    Syntax
    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.
    Exceptions
    ExceptionDescription
    Thrown if image service is not an instance of WebServiceJS class.
    Browser Compatibility
    9
    See Also