Skip to main content

PrintImageFormat Enum

Lists the values used to specify an image format to be maintained for a chart in its Print Preview.

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
public enum PrintImageFormat

Members

Name Description
Bitmap

Represents the bitmap image format.

Metafile

Represents the metafile image format.

Related API Members

The following properties accept/return PrintImageFormat values:

Library Related API Members
Cross-Platform Class Library ChartOptionsPrint.ImageFormat
ChartPrinter.ImageFormat
HeatmapOptionsPrint.ImageFormat
SankeyOptionsPrint.ImageFormat
WinForms Controls ChartOptionsPrintModel.ImageFormat

Remarks

The values listed by the PrintImageFormat enumeration are used to set the ChartOptionsPrint.ImageFormat and ChartPrinter.ImageFormat properties.

See Also