Skip to main content
All docs
V25.1
  • ImageQuality Enum

    Lists values that indicate the image quality in an exported PDF file.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Core.v25.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum ImageQuality

    Members

    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).

    Related API Members

    The following properties accept/return ImageQuality values:

    See Also