BarCodeControl Constructor (String)
|
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
)
Public Sub New (
text As String
)
public:
BarCodeControl(
String^ text
)
new :
text : string -> BarCodeControl
Parameters
-
text
-
Type:
System
String
See Also