pdfGetRotate

Return the current page rotation.
int pdfGetRotate(PDFViewerHandle viewer)
This function returns the current rotation angle, as set with pdfSetRotate.
C:
int rot; rot = pdfGetRotate(viewer);
pdfSetRotate