Where is the difference between properties PageNumber and “PageCountincom.itextpdf.text.Document` ? The documentation I have found on this is not very clear.
**Note:**Same properties are also in class PdfWriter so I guess that those in Document only calls those in PdfWriter.
I am not familiar with the control you mention, but from properties’ name I can assume, that PageNumber is the number of current page (for example 1st, 2nd etc) and PageCount is the total number of pages in document (for example 5 pages).