Back to Devexpress

SvgExportOptions Class

windowsforms-devexpress-dot-xtramap-b0e8e4f7.md

latest1.5 KB
Original Source

SvgExportOptions Class

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

Declaration

csharp
[IgnoreAttributesTest]
public class SvgExportOptions
vb
<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

SvgExportOptions Members

DevExpress.XtraMap Namespace