Skip to main content
A newer version of this page is available. .
All docs
V20.2

DiagramImageExportFormat Enum

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

Namespace: DevExpress.Diagram.Core

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

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public enum DiagramImageExportFormat

Members

Name Description
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.

Remarks

Values listed by this enumeration are used by the following methods:

See Also