Creates a new bar code shape.

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

Syntax

C#
protected BarcodeShape(
	string data
)
Visual Basic
Protected Sub New ( _
	data As String _
)

Parameters

data
Type: System..::..String
The data that is represented by this barcode.

See Also