DiagramControl.ExportToSvg Method
| Name | Parameters | Description |
|---|---|---|
| ExportToSvg(Stream, Nullable<Rect>, Nullable<Double>) | stream, exportBounds, scale | Exports the diagram in the SVG format to the specified stream. |
| ExportToSvg(Nullable<Rect>, Nullable<Double>) | exportBounds, scale | Invokes the Export dialog window. |
| ExportToSvg(String, Nullable<Rect>, Nullable<Double>) | path, exportBounds, scale | Exports the diagram in the SVG format to a file. |