zoomPageUpdate
Used in combination with pageLock and the GUI_ZoomUpdate callback event to synchronize the zoom in two instances of RxCore.
Syntax
RxCore.zoomPageUpdate(zoomparams, type)
Parameters
zoomparams: object — Zoom operation parameters returned by callback function.type: number — Type of zoom operation:0: Zoom in1: Zoom out2: Zoom all3: Zoom window4: Zoom width5: Zoom height
Returns
- NA — This method does not return a value.