Class EAN8
The EAN8 is equivalent to the UPCE for small packaging details. It is shorter than the EAN13 barcode and longer than UPCE.
Namespace: Syncfusion.Maui.Barcode
Assembly: Syncfusion.Maui.Barcode.dll
Syntax
public class EAN8 : SymbologyBase
Remarks
EAN8 allows either 7 or 8 digits of numeric data otherwise there is an exception.
If the input is 7 digits of the numeric data, the check digit is calculated automatically.
If the input is 8 digits of the numeric data, the last digit must be valid check digit otherwise remove it, since it has been calculated automatically.
Constructors
EAN8()
Declaration
public EAN8()