Class UPCA
The universal product code UPCA is a numeric symbology used in worldwide retail applications.
Namespace: Syncfusion.Maui.Barcode
Assembly: Syncfusion.Maui.Barcode.dll
Syntax
public class UPCA : SymbologyBase
Remarks
UPCA allows either 11 or 12 digits of numeric data otherwise there is an exception.
If the input is 11 digits of the numeric data, the check digit is calculated automatically.
If the input is 12 digits of the numeric data, the last digit must be valid check digit otherwise remove it, since it has been calculated automatically.
Constructors
UPCA()
Declaration
public UPCA()