Click or drag to resize

ImageCommandGlobalAutoThread Property

Determines if all ImageCommands that support multithreaded processing will be multithreaded.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static bool GlobalAutoThread { get; set; }

Property Value

Type: Boolean
Returns true if ImageCommands that support multithreaded processing will be multithreaded. Default value is false.
Remarks
Many ImageCommands can be run in a multithreaded manner that will improve the performance of the command without affecting the output. Speed improvements are especially apparent on multicore processors.
See Also