Back to Devexpress

PdfExportOptions.ImageQuality Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-export-dot-pdfexportoptions-6201a934.md

latest1.9 KB
Original Source

PdfExportOptions.ImageQuality Property

Gets or sets the image quality in the PDF file.

Namespace : DevExpress.Docs.Presentation.Export

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public ImageQuality ImageQuality { get; set; }
vb
Public Property ImageQuality As ImageQuality

Property Value

TypeDescription
ImageQuality

An enumeration value that specifies image quality.

|

Available values:

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

|

Remarks

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

See Also

PdfExportOptions Class

PdfExportOptions Members

DevExpress.Docs.Presentation.Export Namespace