Pdf417 Constructors

Overloads

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

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

Initializes a new instance of the Pdf417 class.

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

y
Single

The Y coordinate of the PDF417 barcode.

columns
Int32

Columns of the PDF417 barcode.

xDimension
Single

The XDimension of the PDF417 barcode.

Licensing Info

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

Pdf417(String, Single, Single, Int32, Single)

Initializes a new instance of the Pdf417 class.

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

y
Single

The Y coordinate of the PDF417 barcode.

columns
Int32

Columns of the PDF417 barcode.

xDimension
Single

The XDimension of the 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

Pdf417
ceTe.DynamicPDF.PageElements.BarCoding

In this topic