Gets or sets the supplement value for EAN and UPC symbologies.

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)

Syntax

C#
public string EanUpcSupplementCode { get; set; }
Visual Basic (Declaration)
Public Property EanUpcSupplementCode As String
Visual C++
public:
property String^ EanUpcSupplementCode {
	String^ get ();
	void set (String^ value);
}

See Also