Page 1 of 1

Standard Paper Sizes not applied

Posted: Wed Feb 20, 2019 12:25 pm
by gopinathrbe
CPXCPrinter PDFPrinter = null;
CPXCControlEx prnFactory = new CPXCControlEx();
PDFPrinter = prnFactory.get_Printer("", "PDF-XChange Standard V7", "<REG CODE>", "<DEV CODE>") as CPXCPrinter;
PDFPrinter.Option["Save.SaveType"] = "Save";
PDFPrinter.Option["Save.ShowSaveDialog"] = "No";
PDFPrinter.Option["Save.WhenExists"] = "Overwrite";
PDFPrinter.Option["Saver.ShowProgress"] = "false";
PDFPrinter.Option["Save.RunApp"] = "false";
PDFPrinter.Option["Paper.SheetSizeIndex"] = 1;
PDFPrinter.ApplyOptions(0);

always getting same paper size 11.69x8.27 in