Size of placed PDF Page
After placing a page from a PDF, I want to display the size of the page in a text frame.
The closest to the size of the PDF page that I get is when using
app.pdfPlacePreferences.pdfCrop = PDFCrop.cropMedia;
Sometimes I get and expected size like 8.5 by 11 but some PDFs give me a size of 8.4###### x 10.9######.
If I open up the PDF in acrobat that in indesign showed 8.4###### x 10.9######, it shows 8.5 x 11.
Is my only way around this is to set up some rounding/precision routine?
Thank you in advance!
** I calculate the size but it starts with geomtric bounds having a lot more decimal places than expected.