Pdf417 Constructors

Overloads

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

Pdf417(Byte[], Int32)

Initializes a new instance of the Pdf417 class.

public Pdf417(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 PDF417 barcode.

Licensing Info

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

Pdf417(String, Int32)

Initializes a new instance of the Pdf417 class.

public Pdf417(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 PDF417 barcode.

Licensing Info

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

See Also

Pdf417
ceTe.DynamicBarcode.Creator

In this topic