A barcode PDF form field is the base class for all 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 BarcodeField : ValueField
Visual Basic
Public MustInherit Class BarcodeField _
	Inherits ValueField

Remarks

You cannot create an instance of this class.

This field type has no meaning in classic PDF documents.

Inheritance Hierarchy

See Also