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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.