Class Code39Barcode
Represents a Code39 barcode.
Inheritance
System.Object
Code39Barcode
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.WPF.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[] |