officefileapi-devexpress-dot-pdf-3de67684.md
Specifies how images are exported to PDF format.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Pdf.v25.2.Drawing.dll
NuGet Package : DevExpress.Pdf.Drawing
public enum PdfGraphicsJpegImageQuality
Public Enum PdfGraphicsJpegImageQuality
| 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.
|
The following properties accept/return PdfGraphicsJpegImageQuality values:
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