menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EAN13 - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EAN13

    The EAN13 is based on the UPCA standard. As with UPCA, it supports only numeric characters.

    Inheritance
    System.Object
    SymbologyBase
    EAN13
    Inherited Members
    SymbologyBase.Module
    SymbologyBase.ModuleProperty
    Namespace: Syncfusion.Maui.Barcode
    Assembly: Syncfusion.Maui.Barcode.dll
    Syntax
    public class EAN13 : SymbologyBase
    Remarks

    EAN13 allows either 12 or 13 digits of numeric data otherwise there is an exception.

    If the input is 12 digits of the numeric data, the check digit is calculated automatically.

    If the input is 13 digits of the numeric data, the last digit must be valid check digit otherwise remove it, since it has been calculated automatically.

    Constructors

    EAN13()

    Declaration
    public EAN13()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved