Class Code39Barcode
Represents a Code39 barcode.
Inheritance
System.Object
Code39Barcode
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 Code39Barcode : UnidimensionalBarcode
Constructors
Code39Barcode()
Initializes a new instance of the Code39Barcode class.
Declaration
public Code39Barcode()
Code39Barcode(String)
Initializes a new instance of the Code39Barcode class.
Declaration
public Code39Barcode(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 |
---|
System.Char[] |