VintaSoft Twain .NET SDK 15.4: 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);

Parameters

imageSource
WebImageSourceJS object.
pageIndex
Zero-based index of image in image source.
Browser Compatibility
9
See Also