|
dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
|
Public Member Functions | |
| __construct () | |
| get_pdf417 (string $data='', string $type='svg', float $scale_w=0.4, float $scale_h=1.2, string $color='black') | |
| Erzeugt einen PDF417-Barcode. | |
Definition at line 2 of file dbxPDF417.class.php.
| dbxPDF417::__construct | ( | ) |
Definition at line 4 of file dbxPDF417.class.php.
References dbx_get_base_dir(), and dbx_os_path_file().
| dbxPDF417::get_pdf417 | ( | string | $data = '', |
| string | $type = 'svg', | ||
| float | $scale_w = 0.4, | ||
| float | $scale_h = 1.2, | ||
| string | $color = 'black' ) |
Erzeugt einen PDF417-Barcode.
| string | $data | Der Inhalt des Barcodes. |
| string | $type | 'svg' für rohes SVG, 'img' für Base64-bild |
| float | $scale_w | Breite pro Modul |
| float | $scale_h | Höhe pro Modul |
| string | $color | Farbe (z. B. 'black' oder '#000000') |
Definition at line 20 of file dbxPDF417.class.php.