Hi,
I try to get the rotation from every page in a pdf document.
My example pdf is attached. It contains one page with rotation of 270 degree.
But the following code returns none and not on270 as expected.
Document document = new Document("testfile_270.pdf");
Console.WriteLine(document.Pages[1].Rotate); // -> none
testfile_270.pdf (56.5 KB)