CodeGlyphX logo
CodeGlyphX

API Reference

Enum

DataMatrixMacro

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

Selects the ISO/IEC 16022 Macro control header emitted before a Data Matrix payload body.

Inheritance

  • Enum
  • DataMatrixMacro

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 DataMatrixMacro None #

No Macro control codeword.

Value: 0
public const DataMatrixMacro Macro05 #

Macro 05 ([)> RS 05 GS ... RS EOT).

Value: 1
public const DataMatrixMacro Macro06 #

Macro 06 ([)> RS 06 GS ... RS EOT).

Value: 2