corelibraries-devexpress-dot-xtraprinting-0238555f.md
Specifies how images are exported to PDF format.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[ResourceFinder(typeof(ResFinder))]
public enum PdfJpegImageQuality
<ResourceFinder(GetType(ResFinder))>
Public Enum PdfJpegImageQuality
| 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 ).
|
The following properties accept/return PdfJpegImageQuality values:
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.
See Also