progressBar
(mPDF ≥ 4.2 && < 7.0)
Note: This feature was removed in mPDF 7.0
progressBar – Specify whether to show progress bars during file generation
Description
bool progressBar
Specify whether to show progress bars during file generation. Not recommended for general use, but may be helpful for development purposes, or for slow document generation.
Note: You should only change this variable in the configuration file config.php If you want to set this at runtime, use StartProgressBarOutput()
Note: You may need to define _MPDF_URI if you are using progress bars - see StartProgressBarOutput()
Values
$progressBar = 2 |
1 |
false |
Values
2
: display multiple progress bars for detailed examination of progress1
: display 1 progress bar (simple form)false
: disable progress bars
Default: false
Changelog
Version | Description |
---|---|
4.2 | Variable was added. |
7.0 | Variable was removed along with progressbar capabilities. |
See Also
- StartProgressBarOutput() - show progress bars during file generation
- progbar_heading - define customised heading for progress bars
- progbar_altHTML - define customised HTML for progress bars