Click or drag to resize

BarCodeGenerator Constructor

Creates a new instance of the BarCodeGenerator class.

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public BarCodeGenerator(
	IBarcodeSettings settings
)

Parameters

settings
Type: Spire.Barcode IBarcodeSettings
The settings to use.
Exceptions
Exception Condition
ArgumentNullException If the settings passed are null .
See Also