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

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

Syntax

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

Remarks

The PostaL Alpha Numeric Encoding Technique (PLANET) barcode is used by the United States Postal Service to identify and track pieces of mail during delivery. Each code is either 12 or 14 digits long and encodes data in half and full-height bars similar to the POSTNET symbology. The code always starts and ends with a full bar (often called a guard rail) and each individual digit is represented by a set of five bars using a two-out-of-five code where two of the bars are always short.

Inheritance Hierarchy

See Also