Skip to main content

MapItemsLayerBase.ExportToSvg(String, Double) Method

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Exports data from this vector layer to the specified SVG file.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v25.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void ExportToSvg(
    string filePath,
    double scale
)

Parameters

Name Type Description
filePath String

A String object specifying a shapefile to which map items should be exported.

scale Double

A Double value specifying the scale factor used to export map items to SVG.

See Also