windowsforms-devexpress-dot-xtramap-b0e8e4f7.md
The options to be applied when exporting the vector layer to the SVG file format.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
[IgnoreAttributesTest]
public class SvgExportOptions
<IgnoreAttributesTest>
Public Class SvgExportOptions
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.
Object SvgExportOptions
See Also