DocX
DocX copied to clipboard
Page Number Font Size
Hi there,
When I change the font size on my paragraph to which I've inserted the page number/count, the size changes on all text except on the numbers themselves.
var f = document.Footers.Odd;
var p = f.InsertParagraph("Page /").FontSize(5);
p.InsertPageNumber(PageNumberFormat.normal, 5);
p.InsertPageCount(PageNumberFormat.normal, 7);

Can you please assist.
Hi, Thank you for reporting this. It will be fixed in v1.8.