AutoLayout.AddDataMatrix
Overloads
AddDataMatrix(Byte[], [Optional] DataMatrixSymbolSize, [Optional] DataMatrixEncodingType, [Optional] DataMatrixFunctionCharacter, [Optional] Boolean, Single?)
Adds a DataMatrixBarcode to the AutoLayout .
public DataMatrixBarcode AddDataMatrix(Byte[] value, [DataMatrixSymbolSize dataMatrixSymbolSize = Auto], [DataMatrixEncodingType dataMatrixEncodingType = Auto], [DataMatrixFunctionCharacter dataMatrixFunctionCharacter = None], [bool newPage = False], [float? topPadding = null])
Function AddDataMatrix(value As Byte(), Optional dataMatrixSymbolSize As DataMatrixSymbolSize = Auto, Optional dataMatrixEncodingType As DataMatrixEncodingType = Auto, Optional dataMatrixFunctionCharacter As DataMatrixFunctionCharacter = None, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As DataMatrixBarcode
Parameters
- value
- Byte[]
The value of the barcode.
- dataMatrixSymbolSize
- DataMatrixSymbolSize
The symbol size of the barcode. By default it is Auto.
- dataMatrixEncodingType
- DataMatrixEncodingType
The encoding type of the barcode. By default it is Auto.
- dataMatrixFunctionCharacter
- DataMatrixFunctionCharacter
The function character of the barcode. By default it is None.
- newPage
- Boolean
Adds the element to the next page if set to true. By default it is false.
- topPadding
- Single?
Top padding for the element.
Returns
Returns a DataMatrixBarcode object.
Licensing Info
This method 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.
AddDataMatrix(String, [Optional] DataMatrixSymbolSize, [Optional] DataMatrixEncodingType, [Optional] DataMatrixFunctionCharacter, [Optional] Boolean, Single?)
Adds a DataMatrixBarcode to the AutoLayout .
public DataMatrixBarcode AddDataMatrix(string value, [DataMatrixSymbolSize dataMatrixSymbolSize = Auto], [DataMatrixEncodingType dataMatrixEncodingType = Auto], [DataMatrixFunctionCharacter dataMatrixFunctionCharacter = None], [bool newPage = False], [float? topPadding = null])
Function AddDataMatrix(value As String, Optional dataMatrixSymbolSize As DataMatrixSymbolSize = Auto, Optional dataMatrixEncodingType As DataMatrixEncodingType = Auto, Optional dataMatrixFunctionCharacter As DataMatrixFunctionCharacter = None, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As DataMatrixBarcode
Parameters
- value
- String
The value of the barcode.
- dataMatrixSymbolSize
- DataMatrixSymbolSize
The symbol size of the barcode. By default it is Auto.
- dataMatrixEncodingType
- DataMatrixEncodingType
The encoding type of the barcode. By default it is Auto.
- dataMatrixFunctionCharacter
- DataMatrixFunctionCharacter
The function character of the barcode. By default it is None.
- newPage
- Boolean
Adds the element to the next page if set to true. By default it is false.
- topPadding
- Single?
Top padding for the element.
Returns
Returns a DataMatrixBarcode object.
Licensing Info
This method 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.