Footer, FooterAlign, FooterFont, FooterYPos properties
Applies to
TPlusMemoPrinter component
Declaration
property Footer: string;
property FooterAlign: TAlignment;
property FooterFont: TFont;
property FooterYPos: Single; // in inches
Description
TPlusMemoPrinter can output a footer on each printed page, normally located towards the page bottom.
Property Footer describes its textual content, with the string "{p}" being dynamically replaced by the page number. The default value is empty.
FooterAlign specifies if the footer should be aligned with the left margin (taLeftJustify), with the right margin (taRightJustify) or centered (taCenter).
FooterFont selects which font to use for printing the footer.
FooterYPos is the vertical distance in inches between the bottom of the page and the top of the footer. It should not be set to a greater value than MarginBottom, otherwise the footer will be written over printed lines. Also, it should be set large enough to ensure that the bottom of the footer is above the bottom of the printable area as defined by the printer. The default value is 0.4 inch.
See also