VintaSoft Twain .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Twain Namespace / WebAcquiredImageJS type / WebAcquiredImageJS Constructors / WebAcquiredImageJS Constructor(WebTwainDeviceManagerJS,string)
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    WebAcquiredImageJS Constructor(WebTwainDeviceManagerJS,string)
    В этом разделе
    Initializes a new instance of the WebAcquiredImageJS class.
    Синтаксис
    // Parameters
    var twainDeviceManager; // Type: WebTwainDeviceManagerJS
    var imageId; // Type: string
    var imageInfo; // Type: object
    
    var instance = new Vintasoft.Twain.WebAcquiredImageJS(twainDeviceManager, imageId, imageInfo);
    
    
    function WebAcquiredImageJS(
    twainDeviceManager
    Экземпляр WebTwainDeviceManagerJS.
    : WebTwainDeviceManagerJS,
    imageId
    Идентификатор изображения в локальной службе Vintasoft Web TWAIN.
    : string
    ) : WebAcquiredImageJS;

    Parameters

    twainDeviceManager
    Экземпляр WebTwainDeviceManagerJS.
    imageId
    Идентификатор изображения в локальной службе Vintasoft Web TWAIN.
    Совместимость с веб браузерами
    9
    Смотрите также