MacroPdf417 Constructors
Overloads
MacroPdf417(Byte[], Single, Single, Int32, Int32, Single) | Initializes a new instance of the MacroPdf417 class. |
MacroPdf417(Byte[], Single, Single, Int32, Single) | Initializes a new instance of the MacroPdf417 class. |
MacroPdf417(String, Single, Single, Int32, Int32, Single) | Initializes a new instance of the MacroPdf417 class. |
MacroPdf417(String, Single, Single, Int32, Single) | Initializes a new instance of the MacroPdf417 class. |
MacroPdf417(Byte[], Single, Single, Int32, Int32, Single)
Initializes a new instance of the MacroPdf417 class.
public MacroPdf417(Byte[] values, float x, float y, int columns, int rows, float xDimension)
Public Sub New (values As Byte(), x As Single, y As Single, columns As Integer, rows As Integer, xDimension As Single)
Parameters
- values
- Byte[]
Byte array to be encoded.
The X coordinate of the macro PDF417 barcode.
The Y coordinate of the macro PDF417 barcode.
- columns
- Int32
Columns of the macro PDF417 barcode.
- rows
- Int32
Rows of the macro PDF417 barcode.
- xDimension
- Single
The XDimension of the macro 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.
MacroPdf417(Byte[], Single, Single, Int32, Single)
Initializes a new instance of the MacroPdf417 class.
public MacroPdf417(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 macro PDF417 barcode.
The Y coordinate of the macro PDF417 barcode.
- columns
- Int32
Columns of the macro PDF417 barcode.
- xDimension
- Single
The XDimension of the macro 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.
MacroPdf417(String, Single, Single, Int32, Int32, Single)
Initializes a new instance of the MacroPdf417 class.
public MacroPdf417(string value, float x, float y, int columns, int rows, float xDimension)
Public Sub New (value As String, x As Single, y As Single, columns As Integer, rows As Integer, xDimension As Single)
Parameters
- value
- String
String to be encoded.
The X coordinate of the macro PDF417 barcode.
The Y coordinate of the macro PDF417 barcode.
- columns
- Int32
Columns of the macro PDF417 barcode.
- rows
- Int32
Rows of the macro PDF417 barcode.
- xDimension
- Single
The XDimension of the macro 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.
MacroPdf417(String, Single, Single, Int32, Single)
Initializes a new instance of the MacroPdf417 class.
public MacroPdf417(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 macro PDF417 barcode.
The Y coordinate of the macro PDF417 barcode.
- columns
- Int32
Columns of the macro PDF417 barcode.
- xDimension
- Single
The XDimension of the macro 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.