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 object.
- pageIndex
- Zero-based index of image in image source.
Смотрите также