PDF .NET Library Documentation - PDF Technologies, Inc.
Code16k barcode class.

Namespace:  PDFTech.Barcodes.Barcode2D
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class Code16k : BasePDFBarcode2D
Visual Basic (Declaration)
Public Class Code16k _
	Inherits BasePDFBarcode2D
Visual C++
public ref class Code16k : public BasePDFBarcode2D

Remarks

The Code 16K barcode is a multiple-row bar code that can encode the full ASCII character set below ASCII 128. It uses existing UPC and Code 128 character set patterns. Up to 77 full ASCII characters or 154 numeric characters can be encoded. These characters are encoded into 2 to 16 rows. Each row is divided by a separator bar. The top and bottom of the symbol also have separator bars that extend to the ends of the minimum quiet zones.

Inheritance Hierarchy

See Also