unselectAll Method |
Unselect all selected objects in the loaded document.
function unselectAll();
None
Type: Boolean
true if operation completed successfully; otherwise, false.This method will unselect any objects which may be selected at the time..
var myApi = new PdfWebControlApi("PdfWebControl1"); // where "PdfWebControl1" is the ID (ClientID) assigned to the PdfWebControl instance myApi.unselectAll(); //this will unselect all objects