officefileapi-devexpress-dot-docs-dot-pdf-dc827008.md
Lists values that indicate the image quality in an exported PDF file.
Namespace : DevExpress.Docs.Pdf
Assembly : DevExpress.Docs.Core.v25.2.dll
NuGet Package : DevExpress.Docs.Core
public enum ImageQuality
Public Enum ImageQuality
| Name | Description |
|---|---|
Lowest |
The resulting image quality is the lowest (the PDF file size is the smallest ).
|
| Low |
The resulting image quality is low (the PDF file size is small ).
|
| Medium |
The resulting image quality is medium (the PDF file size is also medium ).
|
| High |
The resulting image quality is high (the PDF file size is big ).
|
| Highest |
The resulting image quality is the highest (the PDF file size is the biggest ).
|
The following properties accept/return ImageQuality values:
See Also