WebImageConverterJS Constructor(number)
In This Topic
Initializes a new instance of the
WebImageConverterJS class.
Syntax
// Parameters
var updateTimeout; // Type: number
var service; // Type: WebServiceJS
var instance = new Vintasoft.Imaging.WebImageConverterJS(updateTimeout, service);
function WebImageConverterJS(
: number
) : WebImageConverterJS;
Parameters
- updateTimeout
- A timeout, in milliseconds, for updating the image file converting progress. Default value is 300 milliseconds.
Browser Compatibility
See Also