alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum DataMatrixEncoding

    Represents the encoding type for the datamatrix code.

    Namespace: Syncfusion.Blazor.BarcodeGenerator
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum DataMatrixEncoding
    Examples
    <SfDataMatrixGenerator Width="200" Height="150" Value="65213323" Encoding="DataMatrixEncoding.ASCIINumeric">
    </SfDataMatrixGenerator>

    Fields

    Name Description
    ASCII

    Accept only the ASCII values

    ASCIINumeric

    Accept only the ASCII numeric values.

    Auto

    Encoding type will be automatically assigned for the given input

    Base256

    Accept the base256 values.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved