MapControl.ExportToDocx(Stream, DocxExportOptions) Method
Exports a map to the specified stream in the DOCX format with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream descendant to which the content should be sent. |
options | DocxExportOptions | The export settings that are used to export the map to the file. |
Remarks
This method overwrites any files present at the specified path that have the same name.
Make sure that your project references the DevExpress.XtraPrinting.24.1 assembly to be capable of using the following methods and export the Map Control:
- MapControl.ExportToDocx
- MapControl.ExportToImage
- MapControl.ExportToMht
- MapControl.ExportToPdf
- MapControl.ExportToRtf
- MapControl.ExportToXls
- MapControl.ExportToXlsx
In addition, the Map Control provides methods you can use to export vector map layers (VectorItemsLayer and InformationLayer) to vector file formats: