Back to Devexpress

DiagramControl.ExportDiagram Method

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

latest1.6 KB
Original Source

DiagramControl.ExportDiagram Method

NameParametersDescription
ExportDiagram(DiagramExportFormat)exportFormatInvokes the Export dialog window.
ExportDiagram(Stream, DiagramExportFormat, Nullable<Double>, Nullable<Double>)stream, exportFormat, dpi, scaleExports the diagram to the specified stream.
ExportDiagram(Stream, DiagramExportFormat, Rect, Nullable<Double>, Nullable<Double>)stream, exportFormat, exportBounds, dpi, scaleExports the diagram to the specified stream.
ExportDiagram(String, Double, Double)path, exportDPI, exportScaleExports the diagram in the specified format to a file.
ExportDiagram(String, Rect, Double, Double)path, exportBounds, exportDPI, exportScaleExports the diagram in the specified format to a file.
ExportDiagram(String)pathExports the diagram to a file.