Page 2 of 2

Re: Portion of EMF image file is missing

Posted: Thu Dec 27, 2012 6:28 am
by HighAley
Hello.
EricJMc wrote:Can the Report.ExportDocument be used to output emf files in multiple formats? For example, I believe other methods output a dual plus format emf and the older GDI format. Are there options within the StiExportSettings that I could try?
There is no other options of the export.
It's possible to use EmfPlusOnly then no image will be displayed in the GDI application.
You could read about these options on the MSDN http://msdn.microsoft.com/en-us/library ... ftype.aspx

Thank you.

Re: Portion of EMF image file is missing

Posted: Thu Dec 27, 2012 3:16 pm
by EricJMc
Thank You

Re: Portion of EMF image file is missing

Posted: Thu Dec 27, 2012 3:18 pm
by HighAley
Hello.

Let us know if you will need any additional help.

Thank you.

Re: Portion of EMF image file is missing

Posted: Thu Dec 27, 2012 4:05 pm
by EricJMc
Aleksey:

Hopefully, one last question and forgive my ignorance. The Stimulsoft.Report.StiExportFormat allows for the 32-bit (GDI+) EMF files. Is there an option to export the 16-bit (GDI) WMF files?

Re: Portion of EMF image file is missing

Posted: Fri Dec 28, 2012 7:31 am
by HighAley
Hello.

The answer is on following link:
http://msdn.microsoft.com/en-us/library/zbk7dbtb.aspx
GDI+ can record metafiles in the EMF and EMF+ formats, but not in the WMF format.
Thank you.