PdfBitmap image = new PdfBitmap("Autumn Leaves.jpg");
graphics.DrawImage(image, 0, 0);
doc.Save("Output.pdf");
sfChart.SaveAsImage("ChartSample.jpg");
your docs talk about the 3 different locations where these get stored but that's not a lot of help trying to get the full path to them so
you can do something with them (i.e. email them then remove them) - ended up having to write a lot of tedious platform specific code to
finally figure out what the paths are on the different platforms so I could get hold of them...