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




In This Topic
WriterPDF417 Constructor
In This Topic

Creates an instance of the WriterPDF417 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 WriterPDF417(barcodeParent)

Parameters

barcodeParent
Instance of the barcode control
See Also