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