VintaSoft Twain .NET SDK 15.2: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageJS type / WebImageJS Constructor(WebImageSourceJS,number)
Синтаксис Совместимость с браузерами Смотрите также
    WebImageJS Constructor(WebImageSourceJS,number)
    Initializes a new instance of the WebImageJS class.
    Синтаксис
    // Parameters
    var imageSource; // Type: WebImageSourceJS
    var pageIndex; // Type: number
    
    var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
    
    

    Parameters

    imageSource
    WebImageSourceJS объект.
    pageIndex
    Индекс изображения в источнике изображения, начинающийся с нуля.
    Смотрите также