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

MapItemsLayerBase.ExportToSvg(Stream, SvgExportOptions) Method

Exports data from this vector layer to the specified stream using the defined parameters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public void ExportToSvg(
    Stream stream,
    SvgExportOptions exportOptions
)

Parameters

Name Type Description
stream Stream

A Stream class descendant object specifying the stream to which map items should be exported.

exportOptions SvgExportOptions

The storage of values required for correct export.

Remarks

The export method requires several property values of the MapControl. If the layer is not added to the MapControl, the exportOptions parameter provides these values.

Note

Note that if this method is used, the parameters of exportOptions are always used instead of parameters of the Map Control.

See Also