I am using Microsoft.Office.Interop.Word to generate word file using C#. While adding page number in footer some of the page number get repeated though section of each page is
different. How to identify which page number is getting repeated and How to fix it? How can I manage to add distinct page number in word document?
↧