Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Writer Class / Writer Constructor
A reference to the BarcodeXpress object.




In This Topic
Writer Constructor
In This Topic
The main constructor for the Writer class
Syntax
'Declaration
 
Public Function New( _
   ByVal barcodeParent As BarcodeXpress _
)
 
'Usage
 
Dim barcodeParent As BarcodeXpress
 
Dim instance As New Writer(barcodeParent)

Parameters

barcodeParent
A reference to the BarcodeXpress object.
See Also