Back to Devexpress

MapControl.ExportToPdf Method

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-dot-exporttopdf.md

latest1022 B
Original Source

MapControl.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports the Map control’s data to the specified stream in PDF format using the specified options.
ExportToPdf(Stream)streamExports the MapControl’s data to a PDF document and sends it to the specified stream.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports the control’s data to the specified file in PDF format using the specified options.
ExportToPdf(String)filePathExports the Map Control’s data to the specified file in PDF format.