Page 1 of 1

Turn off automatic page numbering

Posted: Wed Mar 22, 2017 2:08 pm
by JimKum
A Page Number is added automatically in the footer of each page in the ScaleRichView demo project.
The page number is also added automatically when using the TSRichViewEdit component.

Anyone know how to turn the automatically page numbering off?

Re: Turn off automatic page numbering

Posted: Thu Mar 23, 2017 1:59 pm
by Sergey Tkachenko
Assign SRichViewEdit.PageProperty.PageNoVisible = False to hide these page numbers.

Probably, we will change the default value of this property to False, because now the recommended way to insert page numbers is inserting them in a header or a footer.