Click or drag to resize

showInformationDialog Method

Show the document information dialog for the loaded document.

Syntax
JavaScript
function showInformationDialog();

Parameters

None

Return Value

Type: Boolean

true if operation completed successfully; otherwise, false.

Remarks

This method will show the document information dialog.

Examples
JavaScript
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
See Also