PDFView4NET WinForms Edition
MicroPDF417SymbolSize Enumeration




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : MicroPDF417SymbolSize Enumeration
Specifies the available sizes for a Micro PDF417 symbol.
Syntax
'Declaration
 
Public Enum MicroPDF417SymbolSize 
   Inherits System.Enum
'Usage
 
Dim instance As MicroPDF417SymbolSize
public enum MicroPDF417SymbolSize : System.Enum 
__value public enum MicroPDF417SymbolSize : public System.Enum 
public enum class MicroPDF417SymbolSize : public System.Enum 
Members
MemberDescription
AutoThe smallest symbol size is calculated based on available data.
Size10x3Micro PDF417 symbol with 10 rows and 3 columns.
Size10x4Micro PDF417 symbol with 10 rows and 4 columns.
Size11x1Micro PDF417 symbol with 11 rows and 1 column.
Size11x2Micro PDF417 symbol with 11 rows and 2 columns.
Size12x3Micro PDF417 symbol with 12 rows and 3 columns.
Size12x4Micro PDF417 symbol with 12 rows and 4 columns.
Size14x1Micro PDF417 symbol with 14 rows and 1 column.
Size14x2Micro PDF417 symbol with 14 rows and 2 columns.
Size15x3Micro PDF417 symbol with 15 rows and 3 columns.
Size15x4Micro PDF417 symbol with 15 rows and 4 columns.
Size17x1Micro PDF417 symbol with 17 rows and 1 column.
Size17x2Micro PDF417 symbol with 17 rows and 2 columns.
Size20x1Micro PDF417 symbol with 20 rows and 1 column.
Size20x2Micro PDF417 symbol with 20 rows and 2 columns.
Size20x3Micro PDF417 symbol with 20 rows and 3 columns.
Size20x4Micro PDF417 symbol with 20 rows and 4 columns.
Size23x2Micro PDF417 symbol with 23 rows and 2 columns.
Size24x1Micro PDF417 symbol with 24 rows and 1 column.
Size26x2Micro PDF417 symbol with 26 rows and 2 columns.
Size26x3Micro PDF417 symbol with 26 rows and 3 columns.
Size26x4Micro PDF417 symbol with 26 rows and 4 columns.
Size28x1Micro PDF417 symbol with 28 rows and 1 column.
Size32x3Micro PDF417 symbol with 32 rows and 3 columns.
Size32x4Micro PDF417 symbol with 32 rows and 4 columns.
Size38x3Micro PDF417 symbol with 38 rows and 3 columns.
Size38x4Micro PDF417 symbol with 38 rows and 4 columns.
Size44x3Micro PDF417 symbol with 44 rows and 3 columns.
Size44x4Micro PDF417 symbol with 44 rows and 4 columns.
Size4x4Micro PDF417 symbol with 4 rows and 4 columns.
Size6x3Micro PDF417 symbol with 6 rows and 3 columns.
Size6x4Micro PDF417 symbol with 6 rows and 4 columns.
Size8x2Micro PDF417 symbol with 8 rows and 2 columns.
Size8x3Micro PDF417 symbol with 8 rows and 3 columns.
Size8x4Micro PDF417 symbol with 8 rows and 4 columns.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Graphics.Barcodes.MicroPDF417SymbolSize

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Graphics.Barcodes Namespace