Class Code39ExtendedBarcode
Represents a Code39 Extended barcode. Code 39 Extended is designed to encode 128 full ASCII characters.
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 Code39ExtendedBarcode : Code39Barcode
Constructors
Code39ExtendedBarcode()
Initializes a new instance of the Code39ExtendedBarcode class.
Declaration
public Code39ExtendedBarcode()
Code39ExtendedBarcode(String)
Initializes a new instance of the Code39ExtendedBarcode class.
Declaration
public Code39ExtendedBarcode(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The Barcode text. |
Methods
CalculateCheckDigit()
Internal method to calculate the check-digit
Declaration
protected override char[] CalculateCheckDigit()
Returns
Type | Description |
---|---|
System.Char[] | check digit |
Overrides
GetExtendedTextValue()
Internal method to get the extended text.
Declaration
protected override void GetExtendedTextValue()