GUI_CalibrateComplete
Connection object that returns the applied calibration value and page number when a calibration value is applied to a page.
Callback Parameters
- calibratedata: Object containing the calibration value and page number.
 
JavaScript Example
var calibratedata = {
    calibratescale: nCalibrateScale,
    pagenumber: pagenumber
};