Back to Devexpress

PdfJpegImageQuality Enum

corelibraries-devexpress-dot-xtraprinting-0238555f.md

latest1.9 KB
Original Source

PdfJpegImageQuality Enum

Specifies how images are exported to PDF format.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum PdfJpegImageQuality
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum PdfJpegImageQuality

Members

NameDescription
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:

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.

See Also

ImageQuality

DevExpress.XtraPrinting Namespace