getPageHeight

Get the height of the specified page.
getPageHeight([in] int page, [out, retval] double *height)
This function returns the height of the specified page.

The units for the returned value are points, where 1 point = 1/72 inch.

This function is equivalent to:

pdf.getPageBoxYMax(page, "crop") - pdf.getPageBoxYMin(page, "crop")
VB:
w = pdf.getPageWidth(pageNum) h = pdf.getPageHeight(pageNum)
getPageBoxXMin
getPageBoxYMin
getPageBoxXMax
getPageBoxYMax
getPageWidth