VintaSoft Twain .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageSourceJS type / WebImageSourceJS Constructors / WebImageSourceJS Constructor(string)
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    WebImageSourceJS Constructor(string)
    В этом разделе
    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(
    imageId
    Строка, представляющая идентификатор файла.
    : string
    ) : WebImageSourceJS;

    Parameters

    imageId
    Строка, представляющая идентификатор файла.
    Смотрите также