ProcessorSettings.UseAllCores
ProcessorSettings.UseAllCores property
Is needed to use all cores.
public bool UseAllCores { get; set; }
Examples
[C#]
BarCodeReader.ProcessorSettings.UseAllCores = true;
[VB.NET]
BarCodeReader.ProcessorSettings.UseAllCores = True
See Also
- class ProcessorSettings
- namespace Aspose.BarCode.Common
- assembly Aspose.BarCode