Hello,
I am using the aspose-cells version 25.6. Below is the code I am using,
ImageOrPrintOptions printOption = new ImageOrPrintOptions();
printOption.setPrintingPage(PrintingPageType.DEFAULT);
cas = curSheet.getPri…...the current PageSetup PageSetup ps = curSheet.getPageSetup(); System...System.out.println("PaperSize: " + ps.getPaperSize()); System.out....