onBeforeLoad

fires before loading of the PDF file begins

boolean onBeforeLoad();
booleanreturning false will prevent data loading

Example

$$("pdfviewer").attachEvent("onBeforeLoad", function(){ ... });

Related samples

Details

Returning false from the event handler will block further processing.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix web control library and page of pdf library product.