Back to Devexpress

DiagramControl.ExportToSvg Method

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-dot-exporttosvg.md

latest984 B
Original Source

DiagramControl.ExportToSvg Method

NameParametersDescription
ExportToSvg(Stream, Nullable<RectangleF>, Nullable<Single>)stream, exportBounds, scaleExports the diagram in the SVG format to the specified stream.
ExportToSvg(Nullable<RectangleF>, Nullable<Single>)exportBounds, scaleInvokes the Export As dialog window.
ExportToSvg(String, Nullable<RectangleF>, Nullable<Single>)path, exportBounds, scaleExports the diagram in the SVG format to a file.