UseAllCores

ProcessorSettings.UseAllCores property

はすべてのコアを使用するために必要です。

public bool UseAllCores { get; set; }

[C#]
BarCodeReader.ProcessorSettings.UseAllCores = true;
[VB.NET]
BarCodeReader.ProcessorSettings.UseAllCores = True

関連項目