Back to Devexpress

DiagramControl.ExportToSvg Method

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-dot-exporttosvg.md

latest918 B
Original Source

DiagramControl.ExportToSvg Method

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