Back to Devexpress

MapControl.ExportToRtf Method

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

latest922 B
Original Source

MapControl.ExportToRtf Method

NameParametersDescription
ExportToRtf(Stream, RtfExportOptions)stream, optionsExports the map data to the specified stream in RTF format using the specified export settings.
ExportToRtf(Stream)streamExports the map data to the specified stream in RTF format.
ExportToRtf(String, RtfExportOptions)filePath, optionsExports the map data to the specified RTF file using the specified export settings.
ExportToRtf(String)filePathExports the map data to the specified RTF file.