Back to Devexpress

PdfGraphicsJpegImageQuality Enum

officefileapi-devexpress-dot-pdf-3de67684.md

latest1.5 KB
Original Source

PdfGraphicsJpegImageQuality Enum

Specifies how images are exported to PDF format.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public enum PdfGraphicsJpegImageQuality
vb
Public Enum PdfGraphicsJpegImageQuality

Members

NameDescription
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:

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

DevExpress.Pdf Namespace