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