Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CodabarChar CodabarStopChar { get; set; }
Public Property CodabarStopChar As CodabarChar
	Get
	Set
public:
virtual property CodabarChar CodabarStopChar {
	CodabarChar get () sealed;
	void set (CodabarChar value) sealed;
}
abstract CodabarStopChar : CodabarChar with get, set
override CodabarStopChar : CodabarChar with get, set

Property Value

CodabarChar

Implements

IBarcodeSettings..::..CodabarStopChar

See Also