A OneDimensionalBarcode PDF form field is the base class for all 1D barcodes.

Namespace: TallComponents.PDF.Forms.Fields.Barcodes
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public abstract class OneDimensionalBarcodeField : BarcodeField
Visual Basic
Public MustInherit Class OneDimensionalBarcodeField _
	Inherits BarcodeField

Remarks

You cannot create an instance of this class.

This field type has no meaning in classic PDF documents.

Inheritance Hierarchy

See Also