Class Code11Barcode
Represents a Code11 barcode.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.WPF.dll
Syntax
public class Code11Barcode : 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. |