PdfJpegImageQuality Enum
Specifies how images are exported to PDF format.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Lowest
|
The resulting Jpeg image quality is the lowest (the resulting PDF file size is the smallest). |
Low
|
The resulting Jpeg image quality is low (the resulting PDF file size is small). |
Medium
|
The resulting Jpeg image quality is medium (the resulting PDF file size is also medium). |
High
|
The resulting Jpeg image quality is high (the resulting PDF file size is big). |
Highest
|
The resulting Jpeg image quality is the highest (the resulting PDF file size is the biggest). |
#Related API Members
The following properties accept/return PdfJpegImageQuality values:
#Remarks
Use this enumeration’s members to specify the quality and the size of images when they are exported to PDF format. This enumeration’s values are used by the PdfExportOptions.ImageQuality property.