CodeGlyphX logo
CodeGlyphX

API Reference

Enum

Gs1CompositeComponent

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the two-dimensional component used by a GS1 Composite symbol.

Inheritance

  • Enum
  • Gs1CompositeComponent

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const Gs1CompositeComponent Auto #

Select the smallest component that can hold the data.

Value: 0
public const Gs1CompositeComponent CcA #

Composite Component A, optimized for compact messages.

Value: 1
public const Gs1CompositeComponent CcB #

Composite Component B, based on MicroPDF417.

Value: 2
public const Gs1CompositeComponent CcC #

Composite Component C, based on PDF417 and available with a GS1-128 carrier.

Value: 3