Current page number in footer?

General TRichView support forum. Please post your questions here
Post Reply
Guest

Current page number in footer?

Post by Guest »

Is it possible to print the current page number (and similar type information as num. of pages) as part of a footer, so each page printed shows which page it is?
Sergey Tkachenko
Site Admin
Posts: 17291
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

If you need a plain text header and footer, use OnPagePrepaint event.
See the demo in Demos\Delphi\Assorted\Printing\Printing\
Guest

Thanks

Post by Guest »

If you need a plain text header and footer, use OnPagePrepaint event.
Damn, i never thought of looking at it that way, thanks.
Post Reply