Barcode Xpress for .NET Core v13.9 - Updated
WriterPDF417 Constructor




Accusoft.BarcodeXpressSdk Namespace > WriterPDF417 Class : WriterPDF417 Constructor
Instance of the barcode control

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)
public WriterPDF417( 
   BarcodeXpress barcodeParent
)
public: WriterPDF417( 
   BarcodeXpress* barcodeParent
)
public:
WriterPDF417( 
   BarcodeXpress^ barcodeParent
)

Parameters

barcodeParent
Instance of the barcode control
See Also

Reference

WriterPDF417 Class
WriterPDF417 Members

Is this page helpful?
Yes No
Thanks for your feedback.