Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataMatrixEncoding - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataMatrixEncoding

    Represents the encoding type for the datamatrix code.

    Inheritance
    System.Object
    DataMatrixEncoding
    Namespace: Syncfusion.Blazor.BarcodeGenerator
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class DataMatrixEncoding : Enum
    Examples
    <SfDataMatrixGenerator Width="200" Height="150" Value="65213323" Encoding="DataMatrixEncoding.ASCIINumeric">
    </SfDataMatrixGenerator>

    Fields

    ASCII

    Accept only the ASCII values

    Declaration
    public const DataMatrixEncoding ASCII
    Field Value
    Type Description
    DataMatrixEncoding

    ASCIINumeric

    Accept only the ASCII numeric values.

    Declaration
    public const DataMatrixEncoding ASCIINumeric
    Field Value
    Type Description
    DataMatrixEncoding

    Auto

    Encoding type will be automatically assigned for the given input

    Declaration
    public const DataMatrixEncoding Auto
    Field Value
    Type Description
    DataMatrixEncoding

    Base256

    Accept the base256 values.

    Declaration
    public const DataMatrixEncoding Base256
    Field Value
    Type Description
    DataMatrixEncoding

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved