Back to Devexpress

VectorLayerBase.ExportToSvg(String, Double) Method

wpf-devexpress-dot-xpf-dot-map-dot-vectorlayerbase-dot-exporttosvg-x28-system-dot-string-system-dot-double-x29.md

latest1.7 KB
Original Source

VectorLayerBase.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.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void ExportToSvg(
    string filePath,
    double scale
)
vb
Public Sub ExportToSvg(
    filePath As String,
    scale As Double
)

Parameters

NameTypeDescription
filePathString

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

VectorLayerBase Class

VectorLayerBase Members

DevExpress.Xpf.Map Namespace