Back to Devexpress

MapItemsLayerBase.ExportToSvg Method

windowsforms-devexpress-dot-xtramap-dot-mapitemslayerbase-dot-exporttosvg.md

latest2.4 KB
Original Source

MapItemsLayerBase.ExportToSvg Method

NameParametersDescription
ExportToSvg(Stream, SvgExportOptions)stream, exportOptionsExports data from this vector layer to the specified stream using the defined parameters.
ExportToSvg(Stream, Double, SvgExportOptions)stream, scale, exportOptionsExports data from this vector layer to the specified stream using the defined parameters.
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, SvgExportOptions)filePath, exportOptionsExports data from this vector layer to the specified SVG file using the defined parameters.
ExportToSvg(String, Double, SvgExportOptions)filePath, scale, exportOptionsExports data from this vector layer to the specified SVG file using the defined parameters.
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.