PdfImageCompressionOptions.JpegQuality Property
Gets or sets the quality of all JPEG images in the loaded document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v25.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | The JPEG image quality in the range of 0 (low) - 100 (high). |
Remarks
The following figures illustrate image quality for different JpegQuality values:
JpegQuality = 100
JpegQuality = 45
See Also