Barcode Xpress for .NET Framework v14.0 - Updated
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)
    public WriterPDF417( 
       BarcodeXpress barcodeParent
    )
    public: WriterPDF417( 
       BarcodeXpress* barcodeParent
    )
    public:
    WriterPDF417( 
       BarcodeXpress^ barcodeParent
    )

    Parameters

    barcodeParent
    Instance of the barcode control
    See Also