Gets or sets the supplement type to use with EAN and UPC symbologies.
Namespace:
Neodynamic.WebControls.BarcodeProfessionalAssembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.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); } |