Page 1 of 1

ScaleRichView footer page number setting?

Posted: Tue Feb 04, 2014 5:27 pm
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

Posted: Thu Feb 06, 2014 2:03 pm
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.