Specifies the DataMatrix Encoding to use on that symbology.
Namespace: Neodynamic.ReportingServicesAssembly: Neodynamic.ReportingServices.Barcode (in Neodynamic.ReportingServices.Barcode.dll) Version: 8.0.2000.0 (8.0.8600.0)
Syntax
| C# |
|---|
public enum DataMatrixEncoding |
| Visual Basic |
|---|
Public Enumeration DataMatrixEncoding |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Auto | 0 | ||
| Ascii | 1 | Used to encode data that mainly contains ASCII characters (0-127) | |
| C40 | 2 | Used to encode data that mainly contains numeric and upper case characters | |
| Text | 3 | Used to encode data that mainly contains numeric and lower case characters | |
| Base256 | 4 | Used to encode 8 bit values |