MacroPdf417 Constructors

Overloads

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

MacroPdf417(Byte[], Int32)

Initializes a new instance of the MacroPdf417 class.

public MacroPdf417(Byte[] data, int columns)
Public Sub New (data As Byte(), columns As Integer)

Parameters

data
Byte[]

Byte array to be encoded.

columns
Int32

Columns of the macro PDF417 barcode.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

MacroPdf417(Byte[], Int32, Int32)

Initializes a new instance of the MacroPdf417 class.

public MacroPdf417(Byte[] data, int columns, int rows)
Public Sub New (data As Byte(), columns As Integer, rows As Integer)

Parameters

data
Byte[]

Byte array to be encoded.

columns
Int32

Columns of the macro PDF417 barcode.

rows
Int32

Rows of the macro PDF417 barcode.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

MacroPdf417(String, Int32)

Initializes a new instance of the MacroPdf417 class.

public MacroPdf417(string text, int columns)
Public Sub New (text As String, columns As Integer)

Parameters

text
String

String to be encoded.

columns
Int32

Columns of the macro PDF417 barcode.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

MacroPdf417(String, Int32, Int32)

Initializes a new instance of the MacroPdf417 class.

public MacroPdf417(string text, int columns, int rows)
Public Sub New (text As String, columns As Integer, rows As Integer)

Parameters

text
String

String to be encoded.

columns
Int32

Columns of the macro PDF417 barcode.

rows
Int32

Rows of the macro PDF417 barcode.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

See Also

MacroPdf417
ceTe.DynamicBarcode.Creator

In this topic