pdfGetPageSize

Get the size of the specified page.
int pdfGetPageSize(PDFHandle pdf, int page, double *width, double *height)
This function returns the specified page's size.

NOTE: pdfGetPageSize is deprecated. Use pdfGetPageBoxXMin, pdfGetPageBoxYMin, pdfGetPageBoxXMax, and pdfGetPageBoxYMax, or pdfGetPageWidth and pdfGetPageHeight, instead.

pdfGetPageBoxXMin
pdfGetPageBoxYMin
pdfGetPageBoxXMax
pdfGetPageBoxYMax
pdfGetPageWidth
pdfGetPageHeight