MapControl.ExportToDocx Method
Name | Parameters | Description |
---|---|---|
ExportToDocx(Stream, DocxExportOptions) | stream, options | Exports a map to the specified stream in the DOCX format with the specified settings. |
ExportToDocx(Stream) | stream | Exports a map to the specified stream in the DOCX format. |
ExportToDocx(String, DocxExportOptions) | filePath, options | Exports a map to the specified file in the DOCX format with the specified settings. |
ExportToDocx(String) | filePath | Exports a map to the specified file in the DOCX format. |