Group: Forum Members
Last Active: 14 Years Ago
Posts: 1,
Visits: 1
|
how can I export map to pdf? I realize it has NpdfExporter but when I use it, application just hangs. Thanks in advance.
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
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
|