Hi,
I am trying to export a Visio file to EMF file format.
There is an issue with the arrows. All arrows are exported to simple lines independent from format.
attached is the source code I am using amd an example file with arrows.
ImageSaveOptions img_options = new ImageSaveOptions(SaveFileFormat.EMF);
diagram.Save(“out.emf”, img_options);
Please advice how to solve this issue !
with best regards
Georgi Schumov