getPageBounds

Get the bounds of the specified page.
getPageBounds([in] int page, [out] double *xMin, [out] double *yMin, [out] double *xMax, [out] double *yMax)
This function returns the specified page's crop box.

NOTE: getPageBounds is deprecated. Use getPageBoxXMin, getPageBoxYMin, getPageBoxXMax, and getPageBoxYMax, or getPageWidth and getPageHeight, instead.

getPageBoxXMin
getPageBoxYMin
getPageBoxXMax
getPageBoxYMax
getPageWidth
getPageHeight