showInformationDialog Method |
Show the document information dialog for the loaded document.
function showInformationDialog();
None
Type: Boolean
true if operation completed successfully; otherwise, false.This method will show the document information dialog.
var myApi = new PdfWebControlApi("PdfWebControl1"); // where "PdfWebControl1" is the ID (ClientID) assigned to the PdfWebControl instance myApi.showInformation(); //this will bring up the information dialog