Initializes a new instance of the BarCodeControl class

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public BarCodeControl(
	string text,
	BarCodeType barcodeType
)
Public Sub New ( 
	text As String,
	barcodeType As BarCodeType
)
public:
BarCodeControl(
	String^ text, 
	BarCodeType barcodeType
)
new : 
        text : string * 
        barcodeType : BarCodeType -> BarCodeControl

Parameters

text
String
barcodeType
BarCodeType

See Also