I use AxAcroPdf to display PDF file with this code :
AcroPdfViewer.src = FilePath;
AcroPdfViewer.setPageMode("none");
AcroPdfViewer.setZoom(100);
AcroPdfViewer.setShowToolbar(true);
How can I get number of total pages of the PDF file in AxAcroPdf ?