Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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
WinForms Controls SnapChart.ImageType

Remarks

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

See Also