getPageWidth

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

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

This function is equivalent to:

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