Web API Edition | ComponentOne
C1.Web.Api.BarCode Namespace / MicroPDF417SymbolVersion Enumeration

In This Topic
    MicroPDF417SymbolVersion Enumeration
    In This Topic
    MicroPDF417 encoding compaction mode.
    Syntax
    'Declaration
     
    
    Public Enum MicroPDF417SymbolVersion 
       Inherits System.Enum
    public enum MicroPDF417SymbolVersion : System.Enum 
    Members
    MemberDescription
    ColumnPriorAutoSymbol Size Auto The minimum symbol size with column prior that fits the data will be selected automatically.
    RowPriorAutoSymbol Size Auto The minimum symbol size with row prior that fits the data will be selected automatically.
    Version1X11Version 1X11,Represents 1 column and 11 row.
    Version1X14Version 1X14,Represents 1 column and 14 row.
    Version1X17Version 1X17,Represents 1 column and 17 row.
    Version1X20Version 1X20,Represents 1 column and 20 row.
    Version1X24Version 1X24,Represents 1 column and 24 row.
    Version1X28Version 1X28,Represents 1 column and 28 row.
    Version2X11Version 2X11,Represents 2 column and 11 row.
    Version2X14Version 2X14,Represents 2 column and 14 row.
    Version2X17Version 2X17,Represents 2 column and 17 row.
    Version2X20Version 2X20,Represents 2 column and 20 row.
    Version2X23Version 2X23,Represents 2 column and 23 row.
    Version2X26Version 2X26,Represents 2 column and 26 row.
    Version2X8Version 2X8,Represents 2 column and 8 row.
    Version3X10Version 3X10,Represents 3 column and 10 row.
    Version3X12Version 3X12,Represents 3 column and 12 row.
    Version3X15Version 3X15,Represents 3 column and 15 row.
    Version3X20Version 3X20,Represents 3 column and 20 row.
    Version3X26Version 3X26,Represents 3 column and 26 row.
    Version3X32Version 3X32,Represents 3 column and 32 row.
    Version3X38Version 3X38,Represents 3 column and 38 row.
    Version3X44Version 3X44,Represents 3 column and 44 row.
    Version3X6Version 3X6,Represents 3 column and 6 row.
    Version3X8Version 3X8,Represents 3 column and 8 row.
    Version4X10Version 4X10,Represents 4 column and 10 row.
    Version4X12Version 4X12,Represents 4 column and 12 row.
    Version4X15Version 4X15,Represents 4 column and 15 row.
    Version4X20Version 4X20,Represents 4 column and 20 row.
    Version4X26Version 4X26,Represents 4 column and 26 row.
    Version4X32Version 4X32,Represents 4 column and 32 row.
    Version4X38Version 4X38,Represents 4 column and 38 row.
    Version4X4Version 4X4,Represents 4 column and 4 row.
    Version4X44Version 4X44,Represents 4 column and 44 row.
    Version4X6Version 4X6,Represents 4 column and 6 row.
    Version4X8Version 4X8,Represents 4 column and 8 row.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Api.BarCode.MicroPDF417SymbolVersion

    See Also