Turn off automatic page numbering

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
JimKum
Posts: 1
Joined: Thu Mar 16, 2017 12:13 pm

Turn off automatic page numbering

Post 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?
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Turn off automatic page numbering

Post 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.
Post Reply