Hi, I'm trying to load a PDF for Tiff export with a higher DPi, as I read in the manual.
sourcePdf2 :TImageEnView;
// Register the PDFium Plug-In IEGlobalSettings().RegisterPlugIns([ iepiPDFium ]); // When rendering PDF files scale to double size IEGlobalSettings().PdfViewerDefaults.DPI := 144; // PDF files are 72 DPI, so 144 is 200% size sourcePdf2.IO.LoadFromFilePDF(pdfFilename);
I tried to, but IEGlobalSettings is inknmown in Delphi 11. Thank you!!!