Class Code39Barcode
Represents a class which encodes the following characters [0-9]; [A-Z]; [- . $ / + % SPACE].
Inheritance
System.Object
Code39Barcode
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.UWP.dll
Syntax
public class Code39Barcode : UnidimensionalBarcode
Remarks
It is inherited from UnidimensionalBarcode. If lowercase characters are required, then a Code39ExtendedBarcode must be used.
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[] |