refresh Method |
Refresh the PdfWebControl instance.
function refresh();
None
Type: Boolean
true if operation completed successfully; otherwise, false.This method is useful if the PdfWebControl object if resized by other client side JavaScript.
var myApi = new PdfWebControlApi("PdfWebControl1"); // where "PdfWebControl1" is the ID (ClientID) assigned to the PdfWebControl instance myApi.refresh(); //this will refresh the PdfWebControl viewer