Hi ,
I want to get the lagical page number of the current page using VisualBasic script.
I used the fallowing Script
Set AView = AcroAVDoc.GetAVPageView()
AView.GoTo(10)
AView.GetPageNumber
It returns only the physical page number.
Note :- My pdf page numbering start like "i,ii,iii........." I want to get the logical page number of physcical page 10 thet is "IX".