Back to Devexpress

MapControl.ExportToDocx(Stream, DocxExportOptions) Method

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-dot-exporttodocx-x28-system-dot-io-dot-stream-devexpress-dot-xtraprinting-dot-docxexportoptions-x29.md

latest1.4 KB
Original Source

MapControl.ExportToDocx(Stream, DocxExportOptions) Method

Exports a map to the specified stream in the DOCX format with the specified settings.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void ExportToDocx(
    Stream stream,
    DocxExportOptions options
)
vb
Public Sub ExportToDocx(
    stream As Stream,
    options As DocxExportOptions
)

Parameters

NameTypeDescription
streamStream

A Stream descendant class object to which the content should be sent.

| | options | DocxExportOptions |

The export settings that are used to export the map to the file.

|

See Also

MapControl Class

MapControl Members

DevExpress.Xpf.Map Namespace