Class Code93ExtendedBarcode
Represents a code93 extended barcode.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.WPF.dll
Syntax
public class Code93ExtendedBarcode : Code93Barcode
Constructors
Code93ExtendedBarcode()
Initializes a new instance of the Code93ExtendedBarcode class.
Declaration
public Code93ExtendedBarcode()
Code93ExtendedBarcode(String)
Initializes a new instance of the Code93ExtendedBarcode class.
Declaration
public Code93ExtendedBarcode(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()
To get the Checksum value
Declaration
protected char[] GetCheckSumSymbols()
Returns
Type | Description |
---|---|
System.Char[] | checksum symbols |