BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.BarCode Namespace / PDF417Type Enumeration

In This Topic
    PDF417Type Enumeration
    In This Topic
    Specifies PDF417's barcode type.
    Syntax
    'Declaration
     
    Public Enum PDF417Type 
       Inherits System.Enum
    public enum PDF417Type : System.Enum 
    Members
    MemberDescription
    NormalStandard type.
    SimpleCompact type (right indicator is neither displayed nor printed).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.BarCode.PDF417Type

    See Also