MapControl.ExportToPdf Method
Name | Parameters | Description |
---|---|---|
ExportToPdf(Stream, PdfExportOptions) | stream, options | Exports the map data to the specified stream in the PDF format using the specified export settings. |
ExportToPdf(Stream) | stream | Exports the map data to the specified stream in the PDF format. |
ExportToPdf(String, PdfExportOptions) | filePath, options | Exports the map data to the specified PDF file using the specified options. |
ExportToPdf(String) | filePath | Exports the map data to the specified PDF file. |