// Parameters var updateTimeout; // Type: number var service; // Type: WebServiceJS var instance = new Vintasoft.Imaging.WebImageConverterJS(updateTimeout, service);
function WebImageConverterJS(
updateTimeoutA timeout, in milliseconds, for updating the image file converting progress. Default value is 300 milliseconds.: number,
serviceWebServiceJS, which allows to convert image files. Service, which is specified by WebServiceJS.defaultConverterService property will be used if this parameter is null.: WebServiceJS
) : WebImageConverterJS;
Parameters
- updateTimeout
- A timeout, in milliseconds, for updating the image file converting progress. Default value is 300 milliseconds.
- service
- WebServiceJS, which allows to convert image files. Service, which is specified by WebServiceJS.defaultConverterService property will be used if this parameter is null.