Prod.: Engine, ver.: 6019, ID: 60001272, Bug : Images exported in PDF in low resolution

Bug : Images exported in PDF in low resolution

Article60001272
TypeBug
ProductEngine
Version6019
Date Added12/9/2010
FixedYes [12/9/2010]
Submitted byRene Reimann
Keywords

Subject

Images exported in PDF in low resolution

Summary

Images exported in PDF in low resolution

Solution


Fixed in 6020
PDF export is using the selected printer Resolution property.


example:


doc.FileProperties.PDFExportProperties = vdFileProperties.PDFExportPropertiesFlags.UsePrinterPropertiesWithOutlineText;



doc.ActiveLayOut.Printer.Resolution = 600;
doc.SaveAs("test.pdf");