Back to Devexpress

DiagramExportFormat Enum

corelibraries-devexpress-dot-diagram-dot-core-74c52e61.md

latest1.5 KB
Original Source

DiagramExportFormat Enum

Lists the values used to specify the file format in which to export the diagram.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum DiagramExportFormat
vb
Public Enum DiagramExportFormat

Members

NameDescription
PNG

The diagram is exported in PNG format.

| | JPEG |

The diagram is exported in JPEG format.

| | BMP |

The diagram is exported in BMP format.

| | GIF |

The diagram is exported in GIF format.

| | PDF |

The diagram is exported in PDF format.

| | SVG |

The diagram is exported in vector (SVG) format.

|

Remarks

Values listed by this enumeration are used by the following methods and commands: DiagramControl.ExportDiagram, DiagramControl.ExportDiagram, DiagramCommands.ExportDiagram.

See Also

DevExpress.Diagram.Core Namespace