Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / WriterDataMatrix Class / WriterDataMatrix Constructor
Instance of the barcode control




In This Topic
WriterDataMatrix Constructor
In This Topic
Creates an instance of the WriterDataMatrix class. It requires an instance to the barcode component.
Syntax
'Declaration
 
Public Function New( _
   ByVal barcodeParent As BarcodeXpress _
)
 
'Usage
 
Dim barcodeParent As BarcodeXpress
 
Dim instance As New WriterDataMatrix(barcodeParent)

Parameters

barcodeParent
Instance of the barcode control
See Also