Class Code32Barcode
Represents a Code32 barcode.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Barcode
Assembly: Syncfusion.SfBarcode.Windows.dll
Syntax
public class Code32Barcode : Code39Barcode
Constructors
Code32Barcode()
Initializes a new instance of the Code32Barcode class.
Declaration
public Code32Barcode()
Code32Barcode(String)
Initializes a new instance of the Code32Barcode class.
Declaration
public Code32Barcode(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. |
Overrides
GetDataToEncode(String)
To get the Actual Encoded Text from from original Text..
Declaration
protected string GetDataToEncode(string originalData)
Parameters
Type | Name | Description |
---|---|---|
System.String | originalData | The original data. |
Returns
Type | Description |
---|---|
System.String | original Data |
ObtainBarcodeSymbols()
Gets the barcode symbols.
Declaration
protected string ObtainBarcodeSymbols()
Returns
Type | Description |
---|---|
System.String | Encoded data |