Skip to main content
All docs
V25.1
  • PdfExportOptions.ImageQuality Property

    Gets or sets the image quality in the PDF file.

    Namespace: DevExpress.Docs.Presentation.Export

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public ImageQuality ImageQuality { get; set; }

    Property Value

    Type Description
    ImageQuality

    An enumeration value that specifies image quality.

    Available values:

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

    Remarks

    You can use the PdfExportOptions.ConvertImagesToJpeg property to convert images to JPEG and further reduce the document size.

    See Also