Class Code11Barcode
Represents a class that can encode the following characters [0-9]; [-].
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.UWP.dll
Syntax
public class Code11Barcode : UnidimensionalBarcode
Remarks
It is inherited from UnidimensionalBarcode.
Constructors
Code11Barcode()
Initializes a new instance of the Code11Barcode class.
Declaration
public Code11Barcode()
Code11Barcode(String)
Initializes a new instance of the Code11Barcode class.
Declaration
public Code11Barcode(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The Barcode Text. |
Methods
CalculateCheckDigit()
Calculates the check digit for this barcode specification.
Declaration
protected override char[] CalculateCheckDigit()
Returns
Type | Description |
---|---|
System.Char[] | The Check digits. |