Class EAN13
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()