skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class Encodation

Represents the encodation used to generate the DataMatrix barcode.

Inheritance
System.Object
Encodation
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll

Syntax

public sealed class Encodation : Enum

Fields

Ascii

Represents the ASCII encodation. Allowed characters include double digit numerics and all values from the ASCII table.

Declaration
public const Encodation Ascii
Field Value
Encodation

Remarks

The double digit numerics use 4 bits. The ASCII values in the 0-127 range use 8 bits. The ASCII values in 128-255 range use 16 bits.

AsciiGS1

Represents the ASCII GS1 encodation. Used to encode FNC1 characters in the ASCII range.

Declaration
public const Encodation AsciiGS1
Field Value
Encodation

Base256

Represents the Base256 encodation. Used to encode characters in the whole ASCII range.

Declaration
public const Encodation Base256
Field Value
Encodation

Remarks

Each character takes 8 bits.

C40

Represents the C40 encodation. Used primarily for upper-case alphanumerics.

Declaration
public const Encodation C40
Field Value
Encodation

Remarks

The upper-case alphanumeric characters use 5.33 bits. The lower-case and special characters use 10.66 bits.

Edifact

Represents the EDIFACT encodation. Used to encode ASCII values in the 32-94 range.

Declaration
public const Encodation Edifact
Field Value
Encodation

Remarks

Each character takes 6 bits.

Text

Represents the Text encodation. Used primarily for lower-case alphanumerics.

Declaration
public const Encodation Text
Field Value
Encodation

Remarks

The lower-case alphanumeric characters use 5.33 bits. The upper-case and special characters use 10.66 bits.

value__

Declaration
public int value__
Field Value
System.Int32

X12

Represents the X12 encodation. Uses the characters from ANSI X12 EDI data set.

Declaration
public const Encodation X12
Field Value
Encodation

Remarks

Each character takes 5.33 bits.

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.