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




In This Topic
WriterQRCode Constructor
In This Topic
Creates an instance of the WriterQRCode 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 WriterQRCode(barcodeParent)

Parameters

barcodeParent
Instance of the barcode control
See Also