BarCodeControl
ShowStartCharAndStopChar Property
|
Show start character and stop character of codabar barcode.
Namespace:
Spire.Barcode.Forms
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public bool ShowStartCharAndStopChar { get; set; }
Public Property ShowStartCharAndStopChar As Boolean
Get
Set
public:
virtual property bool ShowStartCharAndStopChar {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShowStartCharAndStopChar : bool with get, set
override ShowStartCharAndStopChar : bool with get, set
Property Value
Type:
Boolean
Implements
IBarcodeSettings
ShowStartCharAndStopChar
See Also