Class Code93ExtendedBarcode
Represents a code93 extended 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 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 |