Gets or sets the supplement type to use with 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 Supplement EanUpcSupplement { get; set; }
Visual Basic (Declaration)
Public Property EanUpcSupplement As Supplement
Visual C++
public:
property Supplement EanUpcSupplement {
	Supplement get ();
	void set (Supplement value);
}

See Also