Skip to content

Commit

Permalink
Merge branch 'master' of github.com:barnhill/barcodelib
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Apr 16, 2018
2 parents f33ae36 + 39f37b9 commit a8ea688
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ Barcode(string, BarcodeLib.TYPE);

If you decide to create an instance with parameters, the parameters are as follows: the string is the data to be encoded into the barcode, and BarcodeLib.TYPE is the symbology to encode the data with. If you do not choose to specify the data and type at the time the instance is created, you may specify them through the appropriate property later on (but before you encode).

```
BarcodeLib.Barcode b = new BarcodeLib.Barcode(BarcodeLib.TYPE.UPCA,
"038000356216", Color.Black, Color.White, 300, 150);
```
### Example ###
```
BarcodeLib.Barcode b = new BarcodeLib.Barcode();
Expand Down

0 comments on commit a8ea688

Please sign in to comment.