DocX
DocX copied to clipboard
PageNumber and PageCount formatting
If i use AppendPageNumber() or AppendPageCount() how i can apply formatting to them?
If i format paragraph where those are in, before of after, they retain in some default font/size.
Those mentioned methods do not apply .Font() etc.

We will fix this. Thank you.
It looks like on version 3.0 this is still a issue. Document.Headers.Odd.InsertParagraph("").AppendPageNumber(PageNumberFormat.normal).Font("Times New Roman").FontSize(10)
Hi,
Please note that this issue is fixed in v3.1.
Thank you