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

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

Syntax

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

Remarks

(Also known as USD-8) A High-density symbology able to encode numbers 0 - 9, the dash symbol (-) and start/stop characters. Code 11 is not very secure and printing imperfections can easily convert one character into an alternate valid character. One or two check characters are used to improve data integrity.

Inheritance Hierarchy

See Also