Gets or sets whether start and stop characters must be added and drawn on the barcode. Default value is true
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
| C# |
|---|
public bool Postal4StateAddStartStopChar { get; set; } |
| Visual Basic |
|---|
Public Property Postal4StateAddStartStopChar As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool Postal4StateAddStartStopChar {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also