IBarcodeSettings
CodabarStopChar Property
|
Stop character of codabar barcode.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
CodabarChar CodabarStopChar { get; set; }
Property CodabarStopChar As CodabarChar
Get
Set
property CodabarChar CodabarStopChar {
CodabarChar get ();
void set (CodabarChar value);
}
abstract CodabarStopChar : CodabarChar with get, set
Property Value
Type:
CodabarChar
See Also