DataMatrixEncoding EnumerationNeodynamic Barcode Professional SDK for .NET Class Reference
Specifies the DataMatrix Encoding to use on that symbology.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
Syntax

public enum DataMatrixEncoding
Members

  Member nameValueDescription
Auto0
Ascii1 Used to encode data that mainly contains ASCII characters (0-127)
C402 Used to encode data that mainly contains numeric and upper case characters
Text3 Used to encode data that mainly contains numeric and lower case characters
Base2564 Used to encode 8 bit values
See Also