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

PdfGraphics.JpegImageQuality Property

Gets or sets the quality of Jpeg images in the resulting PDF file.

Namespace: DevExpress.Pdf

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

Declaration

public PdfGraphicsJpegImageQuality JpegImageQuality { get; set; }

Property Value

Type Description
PdfGraphicsJpegImageQuality

A PdfGraphicsJpegImageQuality enumeration value which specifies the quality of images in the resulting PDF file.

Remarks

This property is in effect only for compressing images of the resulting PDF file.

Increasing the quality of document images may result in a large file size of the resulting PDF.

See Also