Back to Devexpress

VectorLayerBase.ExportToSvg Method

wpf-devexpress-dot-xpf-dot-map-dot-vectorlayerbase-dot-exporttosvg.md

latest1.1 KB
Original Source

VectorLayerBase.ExportToSvg Method

NameParametersDescription
ExportToSvg(Stream, Double)stream, scaleExports data from this vector layer to the specified stream using the SVG file format.
ExportToSvg(Stream)streamExports data from this vector layer to the specified stream using the SVG file format.
ExportToSvg(String, Double)filePath, scaleExports data from this vector layer to the specified SVG file.
ExportToSvg(String)filePathExports data from this vector layer to the specified SVG file.