Class Code39ExtendedBarcode
Represents a class which is designed to encode 128 full ASCII characters.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.UWP.dll
Syntax
public class Code39ExtendedBarcode : Code39Barcode
Remarks
It is inherited from UnidimensionalBarcode.
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
GetExtendedText()
Internal method to get the extended text.
Declaration
protected override void GetExtendedText()