Enum Encodation
Represents the encodation used to generate the DataMatrix barcode.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum Encodation
Ascii
Represents the ASCII encodation. Allowed characters include double digit numerics and all values from the ASCII table.
AsciiGS1
Represents the ASCII GS1 encodation. Used to encode FNC1 characters in the ASCII range.
Base256
Represents the Base256 encodation. Used to encode characters in the whole ASCII range.
C40
Represents the C40 encodation. Used primarily for upper-case alphanumerics.
Edifact
Represents the EDIFACT encodation. Used to encode ASCII values in the 32-94 range.
Text
Represents the Text encodation. Used primarily for lower-case alphanumerics.
X12
Represents the X12 encodation. Uses the characters from ANSI X12 EDI data set.