IRONSOFTWAREHOME
Set Reading Speeds
using IronBarCode;
using System;

var options = new BarcodeReaderOptions
{
    // Choose a reading speed from: Faster, Balanced, Detailed, ExtremeDetail
    // There is a tradeoff in performance as more detail is set
    Speed = ReadingSpeed.Balanced,
};

// Read with the options applied
var results = BarcodeReader.Read("barcode.png", options);

// Output the first found value
Console.WriteLine($"Found {results.Values()[0]}");
Imports IronBarCode
Imports System

Dim options = New BarcodeReaderOptions With {
    .Speed = ReadingSpeed.Balanced
}

' Read with the options applied
Dim results = BarcodeReader.Read("barcode.png", options)

' Output the first found value
Console.WriteLine($"Found {results.Values()(0)}")
NuGet Download
PM > Install-Package BarCode
Set Reading Speeds

Set Reading Speeds

IronBarcode enhances barcode reading by offering flexible control over processing speed and accuracy, balancing performance and resource efficiency for scanning large volumes. Developers can fine-tune the reading approach based on input image quality and available resources, opting for faster processing on clear images or engaging more intensive methods to improve accuracy on challenging ones. This adaptability ensures developers can optimize the scanning process to meet specific operational demands efficiently.

4-Step Guide to choosing the reading speed option

  • var options = new BarcodeReaderOptions();
  • options.Speed = ReadingSpeed.Balanced;
  • var results = BarcodeReader.Read("barcode.png", options);
  • Console.WriteLine($"Found {results.Values()[0]}");

The first step to choosing the reading speed option is to instantiate a new BarcodeReaderOptions and modify the settings used to read barcodes. We modify the Speed property to ReadingSpeed.Balanced. The Balanced property offers a balance between performance and accuracy and is generally the option that developers should use for any standard tasks.

Afterward, we call the Read method and pass along the input image as well as the BarcodereaderOptions variable, then finally we read and print the barcode result by accessing the Values array and retrieving the first barcode found.

Choosing the right reading speed for your barcode can be challenging, but IronBarcode offers several options and customization to help you make that decision.

For more examples, check the How-to Guide on using IronBarcode with C#.
View on GitHub

Ready to Get Started?

Nuget Downloads 2,422,100Version:2026.9just released

Key in blue circle

Get your free 30-day Trial Key instantly.

Your trial license will be sent to your email address

No limitations. 100% unlocked. No credit card.

bullet_checkedNo credit card or account creation requiredNo limitations. 100% unlocked. No credit card.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
Book your free Live Demo
Booking Badge

Trusted by Millions of Engineers Worldwide

Iron Software's customer logos
Get Your No-Obligation Consult
Complete the form below or email sales@ironsoftware.com
Your details will always be kept confidential.
Trusted by Millions of Engineers Worldwide
Iron Software's customer logos
Get your free 30-day Trial Key instantly.
No credit card or account creation required