Type
String
Description
Defines a header line to be printed at the top of each page when printing.
Example
REM Set up a header with the date, time and page title:
WebsterPro1.PrintHeader = "Printed on &d &t: &w"
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 PrintFooter property to define a footer for printing.