Class Code128BBarcode
Represents a Code128B Barcode.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.WPF.dll
Syntax
public class Code128BBarcode : UnidimensionalBarcode
Constructors
Code128BBarcode()
Initializes a new instance of the Code128BBarcode class.
Declaration
public Code128BBarcode()
Code128BBarcode(String)
Initializes a new instance of the Code128BBarcode class.
Declaration
public Code128BBarcode(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. |