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