VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / GS1TwoDimensionalComponentType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
GS1TwoDimensionalComponentType Enumeration
In This Topic
Defines available types of GS1 2D component symbols.
Syntax
'Declaration

Public Enum GS1TwoDimensionalComponentType
   Inherits System.Enum

public enum GS1TwoDimensionalComponentType : System.Enum

Members
MemberDescription
UndefinedType is undefined.
CC_ACC-B 2D component, which is based on structural variant of MicroPDF417.
CC_BCC-B 2D component, which is based on MicroPDF417 barcode.
CC_CCC-C 2D component, which is based on PDF417 barcode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType

Requirements

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

See Also