Barcode Xpress for .NET Core v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / WriterPDF417 Class
Members




In This Topic
    WriterPDF417 Class
    In This Topic
    WriterPDF417 extends the writer class to include the writing of PDF417 barcodes.
    Syntax
    'Declaration
     
    
    Public Class WriterPDF417 
       Inherits WriterBase
    'Usage
     
    
    Dim instance As WriterPDF417
    public class WriterPDF417 : WriterBase 
    public __gc class WriterPDF417 : public WriterBase 
    public ref class WriterPDF417 : public WriterBase 
    Inheritance Hierarchy

    System.Object
       Accusoft.BarcodeXpressSdk.WriterBase
          Accusoft.BarcodeXpressSdk.WriterPDF417

    See Also