restorePages Method |
Restore all deleted and moved pages in the document being viewed in the PdfWebControl instance.
function restorePages();
None
Type: Boolean
true if operation completed successfully; otherwise, false.var myApi = new PdfWebControlApi("PdfWebControl1"); // where "PdfWebControl1" is the ID (ClientID) assigned to the PdfWebControl instance myApi.restorePages(); //restore any deleted or moved pages