ScaleRichView footer page number setting?

General TRichView support forum. Please post your questions here
Post Reply
starhu
Posts: 49
Joined: Fri Jan 17, 2014 6:33 pm

ScaleRichView footer page number setting?

Post by starhu »

Hello,

The ScaleRichView test project puts the page number in the footer.
I couldn't find the way to modify it, or to delete it.

How can I customize the page number in the footer? (to show / hide, the position, font size etc.).

Thank you very much
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Properties related to page number are in TSRichViewEdit.PageProperty:
PageNoVisible
PageNoFirst
PageNoFromNumber
PageNoVAlign
PageNoFirst
(see the help file on TSRVPageProperty class)

This is a temporal solution. We plan to implement a special item displaying a page number in this month.
Post Reply