UpcVersionESup5 Constructors

Overloads

UpcVersionESup5(String, Single, Single)Initializes a new instance of the UpcVersionESup5 class.
UpcVersionESup5(String, Single, Single, Single)Initializes a new instance of the UpcVersionESup5 class.
UpcVersionESup5(String, String, Single, Single)Initializes a new instance of the UpcVersionESup5 class.
UpcVersionESup5(String, String, Single, Single, Single)Initializes a new instance of the UpcVersionESup5 class.

UpcVersionESup5(String, Single, Single)

Initializes a new instance of the UpcVersionESup5 class.

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

Parameters

value
String

The value (including supplemental value) of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

Licensing Info

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

UpcVersionESup5(String, Single, Single, Single)

Initializes a new instance of the UpcVersionESup5 class.

public UpcVersionESup5(string value, float x, float y, float scale)
Public Sub New (value As String, x As Single, y As Single, scale As Single)

Parameters

value
String

The value (including supplemental value) of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

scale
Single

The scale of the barcode.

Licensing Info

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

UpcVersionESup5(String, String, Single, Single)

Initializes a new instance of the UpcVersionESup5 class.

public UpcVersionESup5(string value, string supplementalValue, float x, float y)
Public Sub New (value As String, supplementalValue As String, x As Single, y As Single)

Parameters

value
String

The value of the barcode.

supplementalValue
String

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

Licensing Info

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

UpcVersionESup5(String, String, Single, Single, Single)

Initializes a new instance of the UpcVersionESup5 class.

public UpcVersionESup5(string value, string supplementalValue, float x, float y, float scale)
Public Sub New (value As String, supplementalValue As String, x As Single, y As Single, scale As Single)

Parameters

value
String

The value of the barcode.

supplementalValue
String

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

scale
Single

The scale of the barcode.

Licensing Info

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

See Also

UpcVersionESup5
ceTe.DynamicPDF.PageElements.BarCoding

In this topic