Very bad quality of metafiles copied to clipboard ?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Uli
Newbie
Newbie
Posts: 80
Joined: Thu Apr 22, 2010 12:00 am

Very bad quality of metafiles copied to clipboard ?

Post by Uli » Tue Aug 03, 2010 7:03 am

Hi,

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()
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
Attachments
EMF.zip
(105.2 KiB) Downloaded 599 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Very bad quality of metafiles copied to clipboard ?

Post by Sandra » Tue Aug 03, 2010 11:18 am

Hello Uli,

We have seen your example image and we have noticed that text quality is the most significant difference between image exported in Metafile format and png format. Metafile is a vector format and may treat text differently. We don't think we can offer you a solution for it in the near term.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply