Type
String
Description
Defines a footer line to be printed at the bottom of each page when printing.
Example
REM Set up a footer with the page number and URL:
WebsterPro1.PrintFooter = "Page &p of &P for &u"
Remarks
Setting this property affects subsequent printing actions. It has no effect on the screen display.
These special sequences can be used to display the associated values:
|
&w |
Page Title |
|
|
&u |
Page URL |
|
|
&d |
Date in short format as specified by Regional Settings in Control Panel |
32-bit only |
|
&t |
Time in the format specified by Regional Settings in Control Panel |
32-bit only |
|
&T |
Time in 24-hour format |
32-bit only |
|
&p |
Current page number |
|
|
&P |
Total number of pages |
|
|
&& |
A single '&' character |
|
Use the PrintHeader property to define a header for printing.