Gets or sets the supplement type to use with EAN and UPC symbologies.

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

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