getPopup

returns the window for entering the file password

object getPopup();
objectthe object of the popup window

Example

var win = $$("pdf").getPopup();

Back to top