SvgExportOptions Class
The options to be applied when exporting the vector layer to the SVG file format.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Remarks
This class provides the following properties allowing you to configure layer’s export options.
- The SvgExportOptions.CoordinateSystem property allows you set a map coordinate system that should be used for vector data export to SVG.
- The SvgExportOptions.InitialMapSize property allows you to set an initial map size.
To export a vector layer to the SVG file, use the MapItemsLayerBase.ExportToSvg method with the required parameters.
Inheritance
Object
SvgExportOptions
See Also