Barcode Xpress for .NET Framework 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.
    Object Model
    WriterPDF417 Class
    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