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

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public Supplement EanUpcSupplement { get; set; }
Visual Basic
Public Property EanUpcSupplement As Supplement
	Get
	Set
Visual C++
public:
property Supplement EanUpcSupplement {
	Supplement get ();
	void set (Supplement value);
}

See Also