Class UpcBarcode
Represents a UPC Barcode.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.WPF.dll
Syntax
public class UpcBarcode : UnidimensionalBarcode
Constructors
UpcBarcode()
Initializes a new instance of the
Declaration
public UpcBarcode()
UpcBarcode(String)
Initializes a new instance of the
Declaration
public UpcBarcode(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The Barcode text. |
Methods
CalculateCheckDigit()
Calculates the check digit for this barcode specification.
Declaration
protected override char[] CalculateCheckDigit()
Returns
Type | Description |
---|---|
System.Char[] | The Check digits. |