[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.MicroPDF417SymbolVersion

MicroPDF417SymbolVersion Enum

MicroPDF417 encoding compaction mode.

Namespace: GrapeCity.Documents.Barcode
Assembly: DS.Documents.Barcode.dll
Syntax
public enum MicroPDF417SymbolVersion
Public Enum MicroPDF417SymbolVersion

Fields

Name Description
ColumnPriorAuto

Symbol Size Auto The minimum symbol size with column prior that fits the data will be selected automatically.

RowPriorAuto

Symbol Size Auto The minimum symbol size with row prior that fits the data will be selected automatically.

Version1X11

Version 1X11,Represents 1 column and 11 row.

Version1X14

Version 1X14,Represents 1 column and 14 row.

Version1X17

Version 1X17,Represents 1 column and 17 row.

Version1X20

Version 1X20,Represents 1 column and 20 row.

Version1X24

Version 1X24,Represents 1 column and 24 row.

Version1X28

Version 1X28,Represents 1 column and 28 row.

Version2X11

Version 2X11,Represents 2 column and 11 row.

Version2X14

Version 2X14,Represents 2 column and 14 row.

Version2X17

Version 2X17,Represents 2 column and 17 row.

Version2X20

Version 2X20,Represents 2 column and 20 row.

Version2X23

Version 2X23,Represents 2 column and 23 row.

Version2X26

Version 2X26,Represents 2 column and 26 row.

Version2X8

Version 2X8,Represents 2 column and 8 row.

Version3X10

Version 3X10,Represents 3 column and 10 row.

Version3X12

Version 3X12,Represents 3 column and 12 row.

Version3X15

Version 3X15,Represents 3 column and 15 row.

Version3X20

Version 3X20,Represents 3 column and 20 row.

Version3X26

Version 3X26,Represents 3 column and 26 row.

Version3X32

Version 3X32,Represents 3 column and 32 row.

Version3X38

Version 3X38,Represents 3 column and 38 row.

Version3X44

Version 3X44,Represents 3 column and 44 row.

Version3X6

Version 3X6,Represents 3 column and 6 row.

Version3X8

Version 3X8,Represents 3 column and 8 row.

Version4X10

Version 4X10,Represents 4 column and 10 row.

Version4X12

Version 4X12,Represents 4 column and 12 row.

Version4X15

Version 4X15,Represents 4 column and 15 row.

Version4X20

Version 4X20,Represents 4 column and 20 row.

Version4X26

Version 4X26,Represents 4 column and 26 row.

Version4X32

Version 4X32,Represents 4 column and 32 row.

Version4X38

Version 4X38,Represents 4 column and 38 row.

Version4X4

Version 4X4,Represents 4 column and 4 row.

Version4X44

Version 4X44,Represents 4 column and 44 row.

Version4X6

Version 4X6,Represents 4 column and 6 row.

Version4X8

Version 4X8,Represents 4 column and 8 row.