Very bad quality of metafiles copied to clipboard ?
Posted: Tue Aug 03, 2010 7:03 am
Hi,
with following code I copied the metafile:
This is Figure 1 in the attached document (emf.doc in the emf.zip)
Figure 2 looks OK and is the png-Export of the same chart (or the chart exported as metafile to file and then loaded into Word).
Interestingly, the chart editor does not allow "copy" for metafile export.
What is the reason for the bad quality?
Regards
Uli
with following code I copied the metafile:
Code: Select all
ActChildForm.Chart1.Export.Image.Metafile.EMFFormat = System.Drawing.Imaging.EmfType.EmfPlusOnly
ActChildForm.Chart1.Export.Image.Metafile.CopyToClipboard()
Figure 2 looks OK and is the png-Export of the same chart (or the chart exported as metafile to file and then loaded into Word).
Interestingly, the chart editor does not allow "copy" for metafile export.
What is the reason for the bad quality?
Regards
Uli