Skip to main content

GUI_PDFRenderComplete

Connection callback event that return start time and end time of a PDF render operation for a PDF page.

Callback Parameters

  • pagerect
var pagerect = {
x: // upper left position of page,
y: // upper left position of page,
w: // width of page,
h: // height of page,
};