ActiveReports 8
MicroPDF417SymbolVersion Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Options Namespace : MicroPDF417SymbolVersion Enumeration

Glossary Item Box

MicroPDF417 encoding compaction mode.

Syntax

Visual Basic (Declaration) 
Public Enum MicroPDF417SymbolVersion 
   Inherits System.Enum
C# 
public enum MicroPDF417SymbolVersion : System.Enum 

Members

MemberDescription
ColumnPriorAutoThe minimum symbol size that fits the data first for the column, will be selected automatically.
RowPriorAutoThe minimum symbol size that fits the data first for the row, will be selected automatically.
Version1X11Represents 1 column and 11 row.
Version1X14Represents 1 column and 14 row.
Version1X17Represents 1 column and 17 row.
Version1X20Represents 1 column and 20 row.
Version1X24Represents 1 column and 24 row.
Version1X28Represents 1 column and 28 row.
Version2X11Represents 2 column and 11 row.
Version2X14Represents 2 column and 14 row.
Version2X17Represents 2 column and 17 row.
Version2X20Represents 2 column and 20 row.
Version2X23Represents 2 column and 23 row.
Version2X26Represents 2 column and 26 row.
Version2X8Represents 2 column and 8 row.
Version3X10Represents 3 column and 10 row.
Version3X12Represents 3 column and 12 row.
Version3X15Represents 3 column and 15 row.
Version3X20Represents 3 column and 20 row.
Version3X26Represents 3 column and 26 row.
Version3X32Represents 3 column and 32 row.
Version3X38Represents 3 column and 38 row.
Version3X44Represents 3 column and 44 row.
Version3X6Represents 3 column and 6 row.
Version3X8Represents 3 column and 8 row.
Version4X10Represents 4 column and 10 row.
Version4X12Represents 4 column and 12 row.
Version4X15Represents 4 column and 15 row.
Version4X20Represents 4 column and 20 row.
Version4X26Represents 4 column and 26 row.
Version4X32Represents 4 column and 32 row.
Version4X38Represents 4 column and 38 row.
Version4X4Represents 4 column and 4 row.
Version4X44Represents 4 column and 44 row.
Version4X6Represents 4 column and 6 row.
Version4X8Represents 4 column and 8 row.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Options.MicroPDF417SymbolVersion

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