Back to Devexpress

MapControl.ExportToPdf Method

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-dot-exporttopdf.md

latest922 B
Original Source

MapControl.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports the map data to the specified stream in the PDF format using the specified export settings.
ExportToPdf(Stream)streamExports the map data to the specified stream in the PDF format.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports the map data to the specified PDF file using the specified options.
ExportToPdf(String)filePathExports the map data to the specified PDF file.