Class GS1Code128Barcode
Represents a EAN128 barcode.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Barcode
Assembly: Syncfusion.Barcode.WinUI.dll
Syntax
public class GS1Code128Barcode : UnidimensionalBarcode, INotifyPropertyChanged
Constructors
GS1Code128Barcode()
Initializes a new instance of the Code128CBarcode class.
Declaration
public GS1Code128Barcode()
Methods
CalculateCheckDigit(SfBarcode)
Calculates the check digit for this barcode specification.
Declaration
protected override char[] CalculateCheckDigit(SfBarcode barcode)
Parameters
Type | Name | Description |
---|---|---|
SfBarcode | barcode | barcode control |
Returns
Type | Description |
---|---|
System.Char[] | The Check digits |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged