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