MacroPdf417 Constructors

Overloads

MacroPdf417(Byte[], Single, Single, Int32, Int32, Single)Initializes a new instance of the MacroPdf417 class.
MacroPdf417(Byte[], Single, Single, Int32, Single)Initializes a new instance of the MacroPdf417 class.
MacroPdf417(String, Single, Single, Int32, Int32, Single)Initializes a new instance of the MacroPdf417 class.
MacroPdf417(String, Single, Single, Int32, Single)Initializes a new instance of the MacroPdf417 class.

MacroPdf417(Byte[], Single, Single, Int32, Int32, Single)

Initializes a new instance of the MacroPdf417 class.

public MacroPdf417(Byte[] values, float x, float y, int columns, int rows, float xDimension)
Public Sub New (values As Byte(), x As Single, y As Single, columns As Integer, rows As Integer, xDimension As Single)

Parameters

values
Byte[]

Byte array to be encoded.

x
Single

The X coordinate of the macro PDF417 barcode.

y
Single

The Y coordinate of the macro PDF417 barcode.

columns
Int32

Columns of the macro PDF417 barcode.

rows
Int32

Rows of the macro PDF417 barcode.

xDimension
Single

The XDimension of the macro PDF417 barcode.

Licensing Info

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

MacroPdf417(Byte[], Single, Single, Int32, Single)

Initializes a new instance of the MacroPdf417 class.

public MacroPdf417(Byte[] values, float x, float y, int columns, float xDimension)
Public Sub New (values As Byte(), x As Single, y As Single, columns As Integer, xDimension As Single)

Parameters

values
Byte[]

Byte array to be encoded.

x
Single

The X coordinate of the macro PDF417 barcode.

y
Single

The Y coordinate of the macro PDF417 barcode.

columns
Int32

Columns of the macro PDF417 barcode.

xDimension
Single

The XDimension of the macro PDF417 barcode.

Licensing Info

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

MacroPdf417(String, Single, Single, Int32, Int32, Single)

Initializes a new instance of the MacroPdf417 class.

public MacroPdf417(string value, float x, float y, int columns, int rows, float xDimension)
Public Sub New (value As String, x As Single, y As Single, columns As Integer, rows As Integer, xDimension As Single)

Parameters

value
String

String to be encoded.

x
Single

The X coordinate of the macro PDF417 barcode.

y
Single

The Y coordinate of the macro PDF417 barcode.

columns
Int32

Columns of the macro PDF417 barcode.

rows
Int32

Rows of the macro PDF417 barcode.

xDimension
Single

The XDimension of the macro PDF417 barcode.

Licensing Info

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

MacroPdf417(String, Single, Single, Int32, Single)

Initializes a new instance of the MacroPdf417 class.

public MacroPdf417(string value, float x, float y, int columns, float xDimension)
Public Sub New (value As String, x As Single, y As Single, columns As Integer, xDimension As Single)

Parameters

value
String

String to be encoded.

x
Single

The X coordinate of the macro PDF417 barcode.

y
Single

The Y coordinate of the macro PDF417 barcode.

columns
Int32

Columns of the macro PDF417 barcode.

xDimension
Single

The XDimension of the macro PDF417 barcode.

Licensing Info

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

See Also

MacroPdf417
ceTe.DynamicPDF.PageElements.BarCoding

In this topic