Class Code128BBarcode
Represents a Code128B Barcode.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Barcode
Assembly: Syncfusion.SfBarcode.Windows.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. |