Back to Devexpress

VectorLayerBase.ExportToSvg(String) Method

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

latest1.4 KB
Original Source

VectorLayerBase.ExportToSvg(String) 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
)
vb
Public Sub ExportToSvg(
    filePath As String
)

Parameters

NameTypeDescription
filePathString

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

|

See Also

VectorLayerBase Class

VectorLayerBase Members

DevExpress.Xpf.Map Namespace