getPageRotation

Get the default rotation for the specified page.
getPageRotation([in] int page, [out, retval] int *rot)
This function returns the default rotation angle for the specified page: 0, 90, 180, or 270 degrees.
VB:
rot = pdf.getPageRotation(pageNum)