getPageScaleObject
This method returns the full Scale object for a page given by the 0 indexed page index.
Syntax
RxCore.getPageScaleObject(index);
Parameters
index: number - The 0 indexed page number.
Returns
- Scale object — The full page object associated with the page.
If no scale object exists this method returns undefined.
See the full description of the scaleObject here.