Gets or sets the gap separation between the barcode and its supplement. The unit of measure must be specified to BarcodeUnit property.
Namespace:
Neodynamic.Silverlight
Assembly:
Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)
Syntax
| C# |
|---|
public double EanUpcSupplementSeparation { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property EanUpcSupplementSeparation As Double |
| Visual C++ |
|---|
public:
property double EanUpcSupplementSeparation {
double get ();
void set (double value);
} |
See Also