Click or drag to resize

BarCodeControl Constructor (String, BarCodeType)

Creates a new instance of the BarCodeControl .

Namespace: Spire.Barcode.Forms
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public BarCodeControl(
	string text,
	BarCodeType barcodeType
)

Parameters

text
Type: System String
text
barcodeType
Type: Spire.Barcode BarCodeType
barcode type
See Also