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

Leadtools Assembly

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