ComponentOne List 8.0 for ActiveX
PageFooter Property

 

PageFooter Property

This property sets or returns a string to be printed at the bottom of each page.

Syntax

PrintInfo.PageFooter= string

Remarks

Read/Write at run time and design time.

Property applies to PrintInfo object.

By default, this property returns an empty string, and no page footer is printed.

If specified, the page footer can consist of up to three substrings separated by the \t character sequence. The first substring will be left-aligned, the second centered, and the third right-aligned on the printed page. The \p sequence will be replaced by the current page number during printing.

For example, the following statement sets the PageFooter property of the default PrintInfo object so that the word "CONFIDENTIAL" is centered at the bottom of each page:

TDBList1.PrintInfo.PageFooter = "\tCONFIDENTIAL"

Use the PageHeader property to specify a string to be printed at the top of each page.

See Also

PrintInfo Object, PrintInfos Collection

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback