Please see (file: ftp://dm.co.kg/ppt/Kaman_Investor.zip) slides 5, 10 and 15 - the pie charts are coming over very large.
On slide 10 it actually covers some of the words.
On slide 12 - the red logo between “Industrial Production” and Capacity
Utilization" is almost covered up and the “n” on Utilization is missing.
On slide 22 the numbers in the 3rd column are not exactly lined up with the
other lines in columns 1, 2 and 4.
2. Slide 12. red logon and text are part of metafile so text and chart can’t be drawn separately. Try to draw it with standard Graphics.DrawImage method and you will have the same result.
3. Slide 22. Columns are ok in my case but text has wrong space between lines. Also several slides have wrong text size and style. It will be fixed.
to save same picture. Then compare both - 123.jpg and PowerPoint’s picture.
Chart of picture 123.jpg has coordinates 0,0 and size of the picture, but chart or the picture saved in PowerPoint has quite a different coordinates and size. (ыse the attached file with pictures). The pie chart is enlarged when drawn, but at your thumbnails it looks very nice, what can be the problem?
gr.DrawImage(bmp, new System.Drawing.RectangleF(X, Y, Width, Height), new System.Drawing.RectangleF(x, y, width, height), System.Drawing.GraphicsUnit.Pixel);