Click or drag to resize

BarcodeWriter Constructor

Constructs a new BarcodeWriter object
Examples
BarcodeWriter writer = new BarcodeWriter(BarcodeStyle.Code128A);
Overload List
  NameDescription
Public methodCode exampleBarcodeWriter
Constructs a new BarcodeWriter object that will create Code 39 barcodes.
Public methodBarcodeWriter(BarcodeStyle)
Creates a bar code with a given style.
Top
Examples
BarcodeWriter writer = new BarcodeWriter(BarcodeStyle.Code128A);
See Also