Click or drag to resize

ThreadedCommandThreadCount Property

The total number of threads that will be used for this command.

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 int ThreadCount { get; set; }

Property Value

Type: Int32
Remarks
By default, this is initialized to ThreadedCommand.OptimalThreadCount.
See Also