runInMainThread Property (ImageProcessing)

Summary

Force running this image processing operation in the current thread.

Syntax

JavaScript Syntax
Object.defineProperty(ImageProcessing.prototype, 'runInMainThread', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize