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

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

Syntax

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

Remarks

An alphanumeric, variable length symbology designed to provide a higher density and data security enhancement to Code 39. Every symbol includes two check characters and is capable of combining characters to unambiguously represent all 128 ASCII characters.

Inheritance Hierarchy

See Also