Back to Devexpress

MapControl.ExportToHtml Method

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

latest940 B
Original Source

MapControl.ExportToHtml Method

NameParametersDescription
ExportToHtml(Stream, HtmlExportOptions)stream, optionsExports the map data to the specified stream in the HTML format using the specified settings.
ExportToHtml(Stream)streamExports the map data to the specified stream in the HTML format.
ExportToHtml(String, HtmlExportOptions)filePath, optionsExports the map data to the specified HTML file using the specified export settings.
ExportToHtml(String)filePathExports the map data to the specified HTML file.