dLSoft

Quick_links...

Search site
Trial products
Online tutorials

Products

Barcodes for Office
Barcode creators
Barcode fonts
Developer tools
Label printing
Labelling tools
Windows Phone

Resources

New to barcodes?
How To ...
Support centre
Tutorial centre
Which product

For users

Common problems
What's New?
Newsletter
Online registration
Contact us

GS1

Award 2009

Award 2008

Powered by a
UK2 VPS

dBarScan.NET 1D

dBarScan.NET is a fully managed code component that allows dBarScan for Visual Studio.NET
1D barcode images to be identified and decoded within a developer's own .NET Windows Form application.

The dBarScan.NET Component is designed to work with Visual Studio.NET and requires the .NET Framework 1.1 or 2.0 run-time to be installed on any computer using the components. Example code is provided with the component for users of Visual Basic.NET and C#.

Screen shots - click to enlarge

Barcode image scanning with dBarScan.NET   Laser-mode barcode scanning with dBarScan.NET  CCD-mode barcode scanning with dBarScan.NET
    Whole image scanning        "Laser" mode scanning        "CCD" mode scanning

Push button    to Download or buy

Sample C# code for scanning image loaded from a file

Barscan1.dImage=System.Drawing.Image.FromFile(filename);
err=Barscan1.scan();
if (err<0)
{
	Output=Barscan1.oData(); // returns the barcode data
	MessageBox.Show(Output);
}
else
	MessageBox.Show(“Barcode not detected”);

Features

  • Image is passed directly to component, so may be taken from any Image-supporting source, including file, pictureBox or in-memory Image.
  • Images may be scanned as Whole image, "CCD" mode (selected area of image), or "Laser" mode (Raster scan from specified start point)
  • Provides confirmation of reaching Stop bars and, where relevant, check digit confirmation.
  • Supports Code 39, Extended 39, Code 93, Extended 93, Code 128, Codabar, EAN/JAN-13, EAN-8, EAN/UCC-14, EAN/UCC-128, MSI/Plessey, Standard 2 of 5, IATA 2 of 5, Interleaved 2 of 5, UPC-A and UPC-E.
  • Supports 2 and 5 digit supplementaries for EAN/JAN-13, EAN-8, UPC-A and UPC-E codes.

For Help files see the Home menu above.

Licensing

Each dBarScan.NET component is available as a single computer version, or as a developer version which permits royalty-free distribution of the component as part of the developer's own project for up to 10,000 distributions.

System Requirements

Windows 2000/XP/VIsta/7 with Microsoft .NET Framework
Designed for use with Visual Studio.NET 2005/2008 Framework 2  Supports x32, x64 and IA64.