Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfGraphicsJpegImageQuality Enum

Specifies how images are exported to PDF format.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.2.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

#Declaration

public enum PdfGraphicsJpegImageQuality

#Members

Name Description
Lowest

The resulting Jpeg image quality is the lowest.

Low

The resulting Jpeg image quality is low.

Medium

The resulting Jpeg image quality is medium.

High

The resulting Jpeg image quality is high.

Highest

The resulting Jpeg image quality is the highest.

#Related API Members

The following properties accept/return PdfGraphicsJpegImageQuality values:

#Remarks

Use this enumeration’s members to specify the quality of images when they are exported to PDF format. This enumeration’s values are used by the PdfGraphics.JpegImageQuality property.

See Also