Used to set whether to display the copyright message.
Syntax
Notes
pp
|
an instance of the pp class.
|
displayLogo is a boolean:
true |
displays the copyright message. |
false |
does not display the copyright message. |
The default value is true.
Requires that stec.pp.pp be imported.
Example
mypp.displayLogo = false;
|