Code128 Constructors

Overloads

Code128(String, Single, Single, Single)Initializes a new instance of the Code128 class.
Code128(String, Single, Single, Single, Boolean)Initializes a new instance of the Code128 class.
Code128(String, Single, Single, Single, Font, Single)Initializes a new instance of the Code128 class.
Code128(String, Single, Single, Single, Single)Initializes a new instance of the Code128 class.
Code128(String, Single, Single, Single, Single, Boolean)Initializes a new instance of the Code128 class.
Code128(String, Single, Single, Single, Single, Font, Single)Initializes a new instance of the Code128 class.

Code128(String, Single, Single, Single)

Initializes a new instance of the Code128 class.

public Code128(string value, float x, float y, float height)
Public Sub New (value As String, x As Single, y As Single, height As Single)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

height
Single

The height of the barcode.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

Code sets can be specified along with data, in order to do this ProcessTilde property needs to be set to true . Example value: "~BHello ~AWORLD 1~C2345", where ~A, ~B and ~C representing code sets A, B and C respectively. However if any inline code set has invalid characters it will be shifted to an appropriate code set.

Code128(String, Single, Single, Single, Boolean)

Initializes a new instance of the Code128 class.

public Code128(string value, float x, float y, float height, bool showText)
Public Sub New (value As String, x As Single, y As Single, height As Single, showText As Boolean)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

height
Single

The height of the barcode.

showText
Boolean

true to display value of barcode as text. Otherwise, display barcode only.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

Code sets can be specified along with data, in order to do this ProcessTilde property needs to be set to true . Example value: "~BHello ~AWORLD 1~C2345", where ~A, ~B and ~C representing code sets A, B and C respectively. However if any inline code set has invalid characters it will be shifted to an appropriate code set.

Code128(String, Single, Single, Single, Font, Single)

Initializes a new instance of the Code128 class.

public Code128(string value, float x, float y, float height, Font font, float fontSize)
Public Sub New (value As String, x As Single, y As Single, height As Single, font As Font, fontSize As Single)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

height
Single

The height of the barcode.

font
Font

The font to use when displaying text.

fontSize
Single

The font size to use when displaying text.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

Code sets can be specified along with data, in order to do this ProcessTilde property needs to be set to true . Example value: "~BHello ~AWORLD 1~C2345", where ~A, ~B and ~C representing code sets A, B and C respectively. However if any inline code set has invalid characters it will be shifted to an appropriate code set.

Code128(String, Single, Single, Single, Single)

Initializes a new instance of the Code128 class.

public Code128(string value, float x, float y, float height, float xDimension)
Public Sub New (value As String, x As Single, y As Single, height As Single, xDimension As Single)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

height
Single

The height of the barcode.

xDimension
Single

The XDimension of the barcode.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

Code sets can be specified along with data, in order to do this ProcessTilde property needs to be set to true . Example value: "~BHello ~AWORLD 1~C2345", where ~A, ~B and ~C representing code sets A, B and C respectively. However if any inline code set has invalid characters it will be shifted to an appropriate code set.

Code128(String, Single, Single, Single, Single, Boolean)

Initializes a new instance of the Code128 class.

public Code128(string value, float x, float y, float height, float xDimension, bool showText)
Public Sub New (value As String, x As Single, y As Single, height As Single, xDimension As Single, showText As Boolean)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

height
Single

The height of the barcode.

xDimension
Single

The XDimension of the barcode.

showText
Boolean

true to display value of barcode as text. Otherwise, display barcode only.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

Code sets can be specified along with data, in order to do this ProcessTilde property needs to be set to true . Example value: "~BHello ~AWORLD 1~C2345", where ~A, ~B and ~C representing code sets A, B and C respectively. However if any inline code set has invalid characters it will be shifted to an appropriate code set.

Code128(String, Single, Single, Single, Single, Font, Single)

Initializes a new instance of the Code128 class.

public Code128(string value, float x, float y, float height, float xDimension, Font font, float fontSize)
Public Sub New (value As String, x As Single, y As Single, height As Single, xDimension As Single, font As Font, fontSize As Single)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

height
Single

The height of the barcode.

xDimension
Single

The XDimension of the barcode.

font
Font

The font to use when displaying text.

fontSize
Single

The font size to use when displaying text.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

Code sets can be specified along with data, in order to do this ProcessTilde property needs to be set to true . Example value: "~BHello ~AWORLD 1~C2345", where ~A, ~B and ~C representing code sets A, B and C respectively. However if any inline code set has invalid characters it will be shifted to an appropriate code set.

See Also

Code128
ceTe.DynamicPDF.PageElements.BarCoding

In this topic