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