Create a new Code 39 (3 of 9) barcode.

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

Syntax

C#
public Code3of9BarcodeShape(
	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