Not able to set the title using AVWindowSetTitle in Adobe DC
Hello Team,
We have a website where we search, download the documents and edit them. This document is saved with in a unique id in the local machine and we are internally setting a custom title in the code depending on the search criteria the user entered.So, when the document is opened in Acrobat Reader, it shows the title as the name given by us.
We are using the below code for setting the title of the window.
AVWindow window = AVDocGetAVWindow(doc);
AVWindowSetTitle(window, text);
But where as in DC, I'm not able to set the title using the above code.
How do we set a custom title to each tab and to the window ?
Can someone help me on this.
Thanks in advance.
