VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
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);
    
    
    function WebImageJS(
    imageSource : WebImageSourceJS,
    pageIndex
    Zero-based index of image in image source.
    : number
    ) : WebImageJS;

    Parameters

    imageSource
    WebImageSourceJS object.
    pageIndex
    Zero-based index of image in image source.
    Смотрите также