onScaleChange

fires after the page has been zoomed

void onScaleChange(number scale,boolean update);
scalenumbera new value of the scale
updatebooleanflag that indicates whether the related PDF toolbar should be updated

Example

$$("pdfviewer").attachEvent("onScaleChange", function(scale, update){ ... });

Related samples

See also
  • Articles
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix html5 framework and page of html5 pdf viewer product.