Skip to content

Commit

Permalink
Adding DestroyBarcode to readme and SaveBarcodeToDisk
Browse files Browse the repository at this point in the history
  • Loading branch information
elminson committed Sep 16, 2018
1 parent 8ad73f4 commit ba6c65c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
59 changes: 28 additions & 31 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ $barcode->setBgColor("#cccccc");
$barcode->setFileName("test");
$barcode->setFilepath(__DIR__."/temp/");
$barcode->generate();
$barcode->SaveBarcodeToDisk();
$bardode->DestroyBarcode();
```
### Setters
* setText => text to be converte to barcode
Expand All @@ -39,6 +41,7 @@ $barcode->generate();
* SaveBarcodeToDisk => Save Barcode
* GetPngData
* DrawBarcodeToScreen
* DestroyBarcode



Expand Down

0 comments on commit ba6c65c

Please sign in to comment.