WebImageSourceJS Constructor(string,WebServiceJS)
 
            
                В этом разделе
            
            Initializes a new instance of the 
WebImageSourceJS class.
 
            
            
Синтаксис
      
      
      
      
      // Parameters
var imageId; // Type: string
var imageService; // Type: WebServiceJS
var annotationService; // Type: WebServiceJS
var instance = new Vintasoft.Shared.WebImageSourceJS(imageId, imageService, annotationService);
 
    
      
      function WebImageSourceJS(
    : string, 
    : WebServiceJS
) : WebImageSourceJS;
 
       
      Parameters
- imageId
 
- Строка, представляющая идентификатор файла.
 
- imageService
 
- WebServiceJS, позволяющий работать с изображением.
 
     
Смотрите также