Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public void ExportToMht(
    Stream stream,
    MhtExportOptions options
)

Parameters

Name Type Description
stream Stream

A Stream class descendant object.

options MhtExportOptions

A MhtExportOptions object, specifying export settings.

See Also