Create a new Code 128 barcode.

Namespace: TallComponents.PDF.Layout.Shapes.Barcodes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public Code128BarcodeShape(
	string data
)
Visual Basic
Public Sub New ( _
	data As String _
)

Parameters

data
Type: System..::..String
The Data. This should not include the start and end codes '*'.

See Also