Barcode OCX C# Sample

 

Description:

A sample application which demonstrates reading/decoding, writing/encoding of all supported linear barcodes written in C#, by using the BiBrw1D.OCX  (32 bit version) or BiBrw1Dx.OCX (64 bit version). The location of barcodes can be horizontal, vertical and skewed.

 

File Menu:

From here a new empty DIB can be created where a new barcode is written. When creating a new DIB the image size, resolution, color depth and DIB color can be set. The barcodes can be saved in Bitmap or TIFF file format.

 

Barcoding Menu:

From here you can detect and decode a single or all barcodes of a DIB from all supported linear barcode types. Additionally, you can detect the orientation of a barcode and the largest empty rectangle on the DIB. Noise can be cleaned from a barcode using the Median Filter. This will allow an unreadable barcode to be read. A barcode can also be written to a rectangle.

 

Window Menu:

From here child windows can be arranged in different ways.

 

Help Menu:

The Help menu supplies contact and version information as well as Copyright information.

 

Location:

<Installation Folder>\Black Ice Software LLC\Barcode SDK 1D\Sample Source Codes\OCX\C#\Barcode Sample

 

Solution files:

Compiler:

Target .NET Framework

BarcodeSample_VS2015.sln

Visual Studio 2015

.NET Framework 4.0

BarcodeSample_VS2017.sln

Visual Studio 2017

.NET Framework 4.0

BarcodeSample_VS2019.sln

Visual Studio 2019

.NET Framework 4.0

BarcodeSample_VS2022.sln

Visual Studio 2022

.NET Framework 4.8