runInMainThread Property

Summary

Force running this image processing operation in the current thread.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageProcessing.prototype, 'runInMainThread', 
	get: function(), 
	set: function(value) 
) 
runInMainThread: boolean; 

Property Value

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly