redo Method |
Redo the last action undone by the user in the loaded document.
function redo();
None
Type: Boolean
true if operation completed successfully; otherwise, false.This method will redo the last user action, if possible.
var myApi = new PdfWebControlApi("PdfWebControl1"); // where "PdfWebControl1" is the ID (ClientID) assigned to the PdfWebControl instance myApi.redo();