UpcVersionA Constructors
Overloads
UpcVersionA(String, Single, Single) | Initializes a new instance of the UpcVersionA class. |
UpcVersionA(String, Single, Single, Single) | Initializes a new instance of the UpcVersionA class. |
UpcVersionA(String, Single, Single)
Initializes a new instance of the UpcVersionA class.
public UpcVersionA(string value, float x, float y)
Parameters
- value
- String
The value of the barcode.
The X coordinate of the barcode.
The Y coordinate of the 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.
UpcVersionA(String, Single, Single, Single)
Initializes a new instance of the UpcVersionA class.
public UpcVersionA(string value, float x, float y, float scale)
Parameters
- value
- String
The value of the barcode.
The X coordinate of the barcode.
The Y coordinate of the barcode.
- scale
- Single
The scale of the 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.
See Also
UpcVersionAceTe.DynamicPDF.PageElements.BarCoding