Click or drag to resize

DataMatrixSymbolOrientation Enumeration

Possible orientations for the DataMatrix bar code symbol.

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public enum DataMatrixSymbolOrientation
Members
  Member nameDescription
Horizontal The DataMatrix bar code will be rendered horizontally.
Vertical The DataMatrix will be rendered vertically.
See Also