DocX icon indicating copy to clipboard operation
DocX copied to clipboard

Page Number Font Size

Open yosefbernal opened this issue 5 years ago • 1 comments

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);

image

Can you please assist.

yosefbernal avatar Jan 10 '20 11:01 yosefbernal

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

XceedBoucherS avatar Jan 13 '20 12:01 XceedBoucherS