CodeGlyphX logo
CodeGlyphX

API Reference

Enum

DataMatrixShape

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

Selects the Data Matrix symbol family used for encoding.

Inheritance

  • Enum
  • DataMatrixShape

Usage

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

Accepted by parameters

Values

public const DataMatrixShape Square #

Uses the standard square ECC 200 family. This preserves the historical default.

Value: 0
public const DataMatrixShape Rectangular #

Uses any rectangular symbol, including original rectangles and current DMRE models.

Value: 1
public const DataMatrixShape OriginalRectangular #

Uses only the six original ISO/IEC 16022 rectangular symbols.

Value: 2
public const DataMatrixShape Dmre #

Uses only ISO/IEC 21471 Data Matrix Rectangular Extension models.

Value: 3
public const DataMatrixShape Any #

Chooses the smallest-area fitting symbol across square and rectangular families.

Value: 4