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