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.
The X coordinate of the PDF417 barcode.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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.
The X coordinate of the PDF417 barcode.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.