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

SvgExportOptions Class

The options to be applied when exporting the vector layer to the SVG file format.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[IgnoreAttributesTest]
public class SvgExportOptions

Remarks

This class provides the following properties allowing you to configure layer’s export options.

To export a vector layer to the SVG file, use the MapItemsLayerBase.ExportToSvg method with the required parameters.

Inheritance

Object
SvgExportOptions
See Also