PDF417
in package
Tags
Table of Contents
Methods
- __construct() : mixed
- This is the class constructor.
- getBarcodeArray() : array<string|int, mixed>
- Returns a barcode array which is readable by TCPDF
Methods
__construct()
This is the class constructor.
public __construct(string $code[,
int $ecl
= -1
][,
float $aspectratio
= 2
][,
array<string|int,
mixed> $macro
= array()
]) : mixed
Creates a PDF417 object
Parameters
- $code : string
-
code to represent using PDF417
- $ecl : int = -1
-
error correction level (0-8); default -1 = automatic correction level
- $aspectratio : float = 2
-
the width to height of the symbol (excluding quiet zones)
- $macro : array<string|int, mixed> = array()
-
information for macro block
Tags
getBarcodeArray()
Returns a barcode array which is readable by TCPDF
public getBarcodeArray()
: array<string|int,
mixed>
Tags
Return values
array<string|int, mixed> —barcode array readable by TCPDF;