VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / WebImageJS Constructor(WebImageSourceJS,number)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebImageJS Constructor(WebImageSourceJS,number)
    In This Topic
    Initializes a new instance of the WebImageJS class.
    Syntax
    // 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.
    Browser Compatibility
    9
    5
    11
    5
    See Also