Hi,
The PDF exporter is used to export any diagram (including maps) to PDF. You can use the following code:
NPdfExporter pdfExporter = new NPdfExporter(document);
pdfExporter.SaveToFile(fileName);
Best Regards,Nevron Support Team
how can I export map to pdf? I realize it has NpdfExporter but when I use it, application just hangs.
Thanks in advance.