Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

RunInMainThread Property

Show in webframe
Force running this image processing operation in the current thread.
Syntax
get_runInMainThread();
set_runInMainThread(value);
Object.defineProperty('runInMainThread');

Property Value

TypeDescription
booleantrue to not use a web worker and run this image processing operation in the current thread, otherwise; false. Default value is false.
See Also

Reference

ImageProcessing Object
ImageProcessing Members

Error processing SSI file