IBarcodeSettings
CodabarStartChar Property
|
Start 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 CodabarStartChar { get; set; }
Property CodabarStartChar As CodabarChar
Get
Set
property CodabarChar CodabarStartChar {
CodabarChar get ();
void set (CodabarChar value);
}
abstract CodabarStartChar : CodabarChar with get, set
Property Value
Type:
CodabarChar
See Also