VectorLayerBase.ExportToSvg Method
Name | Parameters | Description |
---|---|---|
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, 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. |