Back to Devexpress

ImageQuality Enum

officefileapi-devexpress-dot-docs-dot-pdf-dc827008.md

latest1.4 KB
Original Source

ImageQuality Enum

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

Declaration

csharp
public enum ImageQuality
vb
Public Enum ImageQuality

Members

NameDescription
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

DevExpress.Docs.Pdf Namespace