onDocumentReady of ui.pdfviewer, Events Webix Docs
fires after the PDF file is fully loaded and the initial page is rendered
void onDocumentReady();
Example
$$("pdfviewer").attachEvent("onDocumentReady", function(){ ... });
Related samples
See also
Articles
If you have not checked yet, be sure to visit site of our main product Webix open source html5 framework and page of html pdf viewer product.