In This Topic
Learning GdPicture.NET / Sample Guide Overview / .NET Sample Projects / Barcodes

Barcodes

In This Topic
 Barcode Recognition Sample

This demo illustrates how to recognize barcodes in PDF documents and image files. Support for 1D (with its various types) barcodes, 2D Datamatrix, QR-Code, Micro QR-CODe, PDF 417, and Patch Code is available. It also demonstrates how to retrieve the barcode's location and draw a rectangle around it.

Available in both C# and VB.NET in the WinForm folder, also available as a compiled application in the Bin folder located in [INSTALLATION FOLDER]/Samples/.

 Barcode Write Sample

This very simple demo shows you how to write barcodes using GdPicture.NET toolkit. Support for 1D (with its various types) barcodes, Datamatrix, PDF417 and QR-Code is available. It is aimed at creating of barcodes based on sample input data provided.

Available in C# in the WinForm folder located in  [INSTALLATION FOLDER]/Samples/.