var instance = new Vintasoft.Imaging.WebImageConverterJS(updateTimeout, service); var value; // Type: Vintasoft.Shared.WebRequestJS value = instance.abortConverting();
function abortConverting() : WebRequestJS;
Return Value
Request object.
var instance = new Vintasoft.Imaging.WebImageConverterJS(updateTimeout, service); var value; // Type: Vintasoft.Shared.WebRequestJS value = instance.abortConverting();
function abortConverting() : WebRequestJS;
Exception | Description |
---|---|
Thrown if active image file convertingprocess does not exist. |
Before calling this method you must call the "get_IsStarted" to determine that converter does have active image file converting proces.