Click or drag to resize

BarcodeWriter Constructor (BarcodeStyle)

Creates a bar code with a given style.

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public BarcodeWriter(
	BarcodeStyle style
)

Parameters

style
Type: Atalasoft.Barcoding.WritingBarcodeStyle
The symbology of the barcodes that will be written.
See Also