VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / MicroPDF417SymbolType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    MicroPDF417SymbolType Enumeration
    In This Topic
    Specifies available symbol types of Micro PDF417 barcode.
    Syntax
    'Declaration
    
    Public Enum MicroPDF417SymbolType
       Inherits System.Enum
    
    
    public enum MicroPDF417SymbolType : System.Enum
    
    
    __value public enum MicroPDF417SymbolType : public System.Enum
    
    
    public enum class MicroPDF417SymbolType : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedUndefined symbol.
    Col1Row11Symbol containing 1 column and 11 rows.
    Col1Row14Symbol containing 1 column and 14 rows.
    Col1Row17Symbol containing 1 column and 17 rows.
    Col1Row20Symbol containing 1 column and 20 rows.
    Col1Row24Symbol containing 1 column and 24 rows.
    Col1Row28Symbol containing 1 column and 28 rows.
    Col2Row8Symbol containing 2 columns and 8 rows.
    Col2Row11Symbol containing 2 columns and 11 rows.
    Col2Row14Symbol containing 2 columns and 14 rows.
    Col2Row17Symbol containing 2 columns and 17 rows.
    Col2Row20Symbol containing 2 columns and 20 rows.
    Col2Row23Symbol containing 2 columns and 23 rows.
    Col2Row26Symbol containing 2 columns and 26 rows.
    Col3Row6Symbol containing 3 columns and 6 rows.
    Col3Row8Symbol containing 3 columns and 8 rows.
    Col3Row10Symbol containing 3 columns and 10 rows.
    Col3Row12Symbol containing 3 columns and 12 rows.
    Col3Row15Symbol containing 3 columns and 15 rows.
    Col3Row20Symbol containing 3 columns and 20 rows.
    Col3Row26Symbol containing 3 columns and 26 rows.
    Col3Row32Symbol containing 3 columns and 32 rows.
    Col3Row38Symbol containing 3 columns and 38 rows.
    Col3Row44Symbol containing 3 columns and 44 rows.
    Col4Row4Symbol containing 4 columns and 4 rows.
    Col4Row6Symbol containing 4 columns and 6 rows.
    Col4Row8Symbol containing 4 columns and 8 rows.
    Col4Row10Symbol containing 4 columns and 10 rows.
    Col4Row12Symbol containing 4 columns and 12 rows.
    Col4Row15Symbol containing 4 columns and 15 rows.
    Col4Row20Symbol containing 4 columns and 20 rows.
    Col4Row26Symbol containing 4 columns and 26 rows.
    Col4Row32Symbol containing 4 columns and 32 rows.
    Col4Row38Symbol containing 4 columns and 38 rows.
    Col4Row44Symbol containing 4 columns and 44 rows.
    CCA_Col2Row5Symbol containing 2 columns and 5 rows.
    CCA_Col2Row6Symbol containing 2 columns and 6 rows.
    CCA_Col2Row7Symbol containing 2 columns and 7 rows.
    CCA_Col2Row8Symbol containing 2 columns and 8 rows.
    CCA_Col2Row9Symbol containing 2 columns and 9 rows.
    CCA_Col2Row10Symbol containing 2 columns and 10 rows.
    CCA_Col2Row12Symbol containing 2 columns and 12 rows.
    CCA_Col3Row4Symbol containing 3 columns and 4 rows.
    CCA_Col3Row5Symbol containing 3 columns and 5 rows.
    CCA_Col3Row6Symbol containing 3 columns and 6 rows.
    CCA_Col3Row7Symbol containing 3 columns and 7 rows.
    CCA_Col3Row8Symbol containing 3 columns and 8 rows.
    CCA_Col4Row3Symbol containing 4 columns and 3 rows.
    CCA_Col4Row4Symbol containing 4 columns and 4 rows.
    CCA_Col4Row5Symbol containing 4 columns and 5 rows.
    CCA_Col4Row6Symbol containing 4 columns and 6 rows.
    CCA_Col4Row7Symbol containing 4 columns and 7 rows.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Barcode.BarcodeInfo.MicroPDF417SymbolType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also