UseAllCores

ProcessorSettings.UseAllCores property

सभी कोर का उपयोग करने के लिए आवश्यक है।

public bool UseAllCores { get; set; }

उदाहरण

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

यह सभी देखें