Hi,
Thank you for considering Aspose.
Aspose.Pdf.Kit supports AutoRotate for printing, since verion 2.7.0.0. Please try the following codes to see if it works.
PdfViewer viewer = new PdfViewer();
viewer.OpenPdfFile("test.pdf");
viewer.AutoRotate = true; //set to AutoRotation feature, which can also be used in other printing methods
viewer.PrintDocument();
Thanks,
Felix Liu
Developer
Aspose Changsha Team
About Us Contact Us