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

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.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