CodeGlyphX logo
CodeGlyphX

API Reference

Enum

SymbolFamily

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

Broad physical family of a symbol format.

Inheritance

  • Enum
  • SymbolFamily

Usage

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

Values

public const SymbolFamily Linear #

One-dimensional bars.

Value: 0
public const SymbolFamily Matrix #

Two-dimensional matrix symbols.

Value: 1
public const SymbolFamily Stacked #

Multi-row stacked symbols.

Value: 2
public const SymbolFamily Postal #

Postal tracking symbols.

Value: 3