BarCodeControl Constructor (String, BarCodeType)
|
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
)
Public Sub New (
text As String,
barcodeType As BarCodeType
)
public:
BarCodeControl(
String^ text,
BarCodeType barcodeType
)
new :
text : string *
barcodeType : BarCodeType -> BarCodeControl
Parameters
-
text
-
Type:
System
String
text
-
barcodeType
-
Type:
Spire.Barcode
BarCodeType
barcode type
See Also