footer property

Sets or retrieves the footer formatting string from the Page Setup dialog box.

Syntax

JScript
bstrFooter = object.footer

 

Property values

Type: String

the footer formatting string specifying the information to be printed in the footer on each page.

Remarks

This property is typically used to set the textFoot property of a HeaderFooter behavior located on the same page. When you set the textFoot property, the HeaderFooter behavior will generate formatted HTML as specified by the header formatting string. The HTML can be retrieved from the htmlFoot property of the HeaderFooter behavior for use on the pages (DeviceRects) in the print template.