Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsJpegImageQuality Enum

Specifies how images are exported to PDF format.

Namespace: DevExpress.Pdf

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

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.

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