I'm trying to get the number of pages in a document. I use this code
Code: Select all
PDFView.RunJavaScript("this.numPages;")
have you any idea to get the numPages ?
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
Code: Select all
PDFView.RunJavaScript("this.numPages;")