VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageSourceJS type / get_ImageService Property
Syntax Exceptions BrowserCompatibility SeeAlso
get_ImageService Method
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();

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
56+
45+
11
See Also