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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.
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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.