Back to Devexpress

MapControl.ExportToMht(Stream, MhtExportOptions) Method

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-dot-exporttomht-x28-system-dot-io-dot-stream-devexpress-dot-xtraprinting-dot-mhtexportoptions-x29.md

latest1.5 KB
Original Source

MapControl.ExportToMht(Stream, MhtExportOptions) Method

Exports the map data to the specified stream in the MHTML format using the specified settings.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void ExportToMht(
    Stream stream,
    MhtExportOptions options
)
vb
Public Sub ExportToMht(
    stream As Stream,
    options As MhtExportOptions
)

Parameters

NameTypeDescription
streamStream

A Stream class descendant object.

| | options | MhtExportOptions |

A MhtExportOptions object, specifying export settings.

|

See Also

MapControl Class

MapControl Members

DevExpress.Xpf.Map Namespace