UpcESupplement2 Constructors
Overloads
UpcESupplement2(String) | Initializes instance of the UpcESupplement2 class. |
UpcESupplement2(String, String) | Initializes instance of the UpcESupplement2 class. |
UpcESupplement2(String)
Initializes instance of the UpcESupplement2 class.
public UpcESupplement2(string value)
Public Sub New (value As String)
Parameters
- value
- String
The value (including supplemental value) of the 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.
UpcESupplement2(String, String)
Initializes instance of the UpcESupplement2 class.
public UpcESupplement2(string value, string supplementValue)
Public Sub New (value As String, supplementValue As String)
Parameters
- value
- String
The value of the barcode.
- supplementValue
- String
The value of supplement 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.