Copy link to clipboard
Copied
Hello,
This is regarding the new tabbed interface in acrobat reader.
I need some help in getting reference count of the multi tabs opened in the window .
ex:
AVDoc avdoc1 = AVAppGetActiveDoc ();
This gives me the current active document tab. However I would like to know if other tabs are opened in same window.
Can anyone help me pls?
Thanks,
Narasimham
Enumerate open documents, compare their AVWindow.
Copy link to clipboard
Copied
Enumerate open documents, compare their AVWindow.
Copy link to clipboard
Copied
Thanks for this. Could you pls let me know which call to use for enumeration?
Any sample code if possible.
Copy link to clipboard
Copied
By the way, it's not that new...
Also a note: there is no API related to tabs, so we have to work by discovery.
Some things (e.g. move a document between tabbed windows) are just impossible.