Back to Devexpress

PdfImageCompressionOptions.JpegQuality Property

officefileapi-devexpress-dot-pdf-dot-pdfimagecompressionoptions-5ec0d581.md

latest1.7 KB
Original Source

PdfImageCompressionOptions.JpegQuality Property

Gets or sets the quality of all JPEG images in the loaded document.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public int JpegQuality { get; set; }
vb
Public Property JpegQuality As Integer

Property Value

TypeDescription
Int32

The JPEG image quality in the range of 0 (low) - 100 (high).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to JpegQuality
PdfOptimizationOptions

.ImageCompressionOptions .JpegQuality

|

Remarks

The following figures illustrate image quality for different JpegQuality values:

JpegQuality = 100

JpegQuality = 45

See Also

PdfImageCompressionOptions Class

PdfImageCompressionOptions Members

DevExpress.Pdf Namespace