BarcodeWriter Constructor |
BarcodeWriter writer = new BarcodeWriter(BarcodeStyle.Code128A);
Name | Description | |
---|---|---|
![]() ![]() | BarcodeWriter | Constructs a new BarcodeWriter object that will create Code 39 barcodes. |
![]() | BarcodeWriter(BarcodeStyle) |
Creates a bar code with a given style.
|
BarcodeWriter writer = new BarcodeWriter(BarcodeStyle.Code128A);