Class Code93Barcode
Represents a Code93 barcode.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.WPF.dll
Syntax
public class Code93Barcode : UnidimensionalBarcode
Constructors
Code93Barcode()
Initializes a new instance of the Code93Barcode class.
Declaration
public Code93Barcode()
Code93Barcode(String)
Initializes a new instance of the Code93Barcode class.
Declaration
public Code93Barcode(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. |
Overrides
GetCheckSumSymbols()
Internal method to calculate the check-digit
Declaration
protected char[] GetCheckSumSymbols()
Returns
Type | Description |
---|---|
System.Char[] | symbols |