BarCodeGenerator Constructor
|
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public BarCodeGenerator(
IBarcodeSettings settings
)
Public Sub New (
settings As IBarcodeSettings
)
public:
BarCodeGenerator(
IBarcodeSettings^ settings
)
new :
settings : IBarcodeSettings -> BarCodeGenerator
Parameters
-
settings
-
Type:
Spire.Barcode
IBarcodeSettings
The settings to use.
Exceptions
Exception
|
Condition
|
ArgumentNullException
|
If the settings passed are
null
.
|
See Also