Skip to main content
A newer version of this page is available. .

MapControl.ExportToHtml(Stream, HtmlExportOptions) Method

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public void ExportToHtml(
    Stream stream,
    HtmlExportOptions options
)

Parameters

Name Type Description
stream Stream

A Stream class descendant object.

options HtmlExportOptions

A HtmlExportOptions object, specifying export settings.

See Also