Class CodabarBarcode
Represents a Codabar 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 CodabarBarcode : UnidimensionalBarcode
Constructors
CodabarBarcode()
Initializes a new instance of the CodabarBarcode class.
Declaration
public CodabarBarcode()
CodabarBarcode(String)
Initializes a new instance of the CodabarBarcode class.
Declaration
public CodabarBarcode(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The Barcode Text. |