Back to Devexpress

DiagramControl.ExportDiagram(DiagramExportFormat) Method

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-dot-exportdiagram-x28-devexpress-dot-diagram-dot-core-dot-diagramexportformat-x29.md

latest1.9 KB
Original Source

DiagramControl.ExportDiagram(DiagramExportFormat) Method

Invokes the Export dialog window.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public void ExportDiagram(
    DiagramExportFormat exportFormat = DiagramExportFormat.PNG
)
vb
Public Sub ExportDiagram(
    exportFormat As DiagramExportFormat = DiagramExportFormat.PNG
)

Optional Parameters

NameTypeDefaultDescription
exportFormatDiagramExportFormatPNG

A DevExpress.Diagram.Core.DiagramExportFormat enumeration value that is the file format which is selected in the dialog window by default.

|

Remarks

The exportFormat parameter only affects which format is selected by default. End-users can select any other available file format in the invoked dialog window.

The following file formats are supported: JPG, PNG, GIF, BMP, SVG, PDF.

See Also

ExportToImage

ExportToPdf

ExportToSvg

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace