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

PdfJpegImageQuality Enum

Specifies how images are exported to PDF format.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.1.Core.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(ResFinder))]
public enum PdfJpegImageQuality

Members

Name Description
Lowest

The resulting Jpeg image quality is the lowest (the resulting PDF file size is the smallest).

Low

The resulting Jpeg image quality is low (the resulting PDF file size is small).

Medium

The resulting Jpeg image quality is medium (the resulting PDF file size is also medium).

High

The resulting Jpeg image quality is high (the resulting PDF file size is big).

Highest

The resulting Jpeg image quality is the highest (the resulting PDF file size is the biggest).

Related API Members

The following properties accept/return PdfJpegImageQuality values:

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the PdfJpegImageQuality enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also