DiagramControl.ExportDiagram(DiagramExportFormat) Method
In This Article
Invokes the Export dialog window.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public void ExportDiagram(
DiagramExportFormat exportFormat = DiagramExportFormat.PNG
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
export |
Diagram |
PNG | A DevExpress. |
#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