Online Documentation for Advanced PDF Generator for RAD Studio

TQuickPdfDocument.Footer

 

TQuickPDFDocument                


property Footer: TRenderCell;

 

Description

The Footer property defines the footer for each page of the document. As a matter of fact, this property returns the first cell in the last row of the main document table defined by the MainTable property. The Footer property is read-only and accessible only at runtime.

 


See also:

Header Property

MainTable Property

TRenderCell Class