Visibility
Informations
Author: Olivier
License: FPDF
Description
This script allows to restrict the rendering of some elements to screen or printout. This can be useful,
for instance, to put a background image or color that will show on screen but won't print.
SetVisibility(string v)
v
can take one of the following values:
all
: always visible
print
: visible only when printed
screen
: visible only when displayed on screen
Note: this feature is not supported by all PDF viewers.