Skip to main content
A newer version of this page is available. .

MapItemsLayerBase.ExportToSvg Method

Name Parameters Description
ExportToSvg(Stream, SvgExportOptions) stream, exportOptions Exports data from this vector layer to the specified stream using the defined parameters.
ExportToSvg(Stream, Double, SvgExportOptions) stream, scale, exportOptions Exports data from this vector layer to the specified stream using the defined parameters.
ExportToSvg(Stream, Double) stream, scale Exports data from this vector layer to the specified stream using the SVG file format.
ExportToSvg(Stream) stream Exports data from this vector layer to the specified stream using the SVG file format.
ExportToSvg(String, SvgExportOptions) filePath, exportOptions Exports data from this vector layer to the specified SVG file using the defined parameters.
ExportToSvg(String, Double, SvgExportOptions) filePath, scale, exportOptions Exports data from this vector layer to the specified SVG file using the defined parameters.
ExportToSvg(String, Double) filePath, scale Exports data from this vector layer to the specified SVG file.
ExportToSvg(String) filePath Exports data from this vector layer to the specified SVG file.