Back to Devexpress

DiagramControl.ExportDiagram Method

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

latest1.6 KB
Original Source

DiagramControl.ExportDiagram Method

NameParametersDescription
ExportDiagram(DiagramExportFormat)exportFormatInvokes the Export dialog window.
ExportDiagram(Stream, DiagramExportFormat, RectangleF, Nullable<Single>, Nullable<Single>)stream, exportFormat, exportBounds, dpi, scaleExports the diagram to the specified stream.
ExportDiagram(Stream, DiagramExportFormat, Nullable<Single>, Nullable<Single>)stream, exportFormat, 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, RectangleF, Double, Double)path, exportBounds, exportDPI, exportScaleExports the diagram to a file.
ExportDiagram(String)pathExports the diagram to a file.