getPageWidth

Get the width of an input page.
getPageWidth([in] LONG inputHandle, [in] int page, [out, retval] double *width)
This function returns the width of the specified page (crop box), measured in points (1 point = 1/72 inch).
VB6:
w = pdf.getPageWidth(in, pageNum)
VB.net:
w = pdf.getPageWidth(in, pageNum)
getPageHeight
getPageRotation