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 BarCodeType Type { get; set; }
Public Property Type As BarCodeType
	Get
	Set
public:
virtual property BarCodeType Type {
	BarCodeType get () sealed;
	void set (BarCodeType value) sealed;
}
abstract Type : BarCodeType with get, set
override Type : BarCodeType with get, set

Property Value

BarCodeType

Implements

IBarcodeSettings..::..Type

See Also