Skip to main content

PdfGraphicsJpegImageQuality Enum

Specifies how images are exported to PDF format.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.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