Back to Devexpress

PdfImageCompressionOptions.DownsamplingResolution Property

officefileapi-devexpress-dot-pdf-dot-pdfimagecompressionoptions-a5edeed5.md

latest1.8 KB
Original Source

PdfImageCompressionOptions.DownsamplingResolution Property

Gets or sets the compressed image resolution (in DPI).

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public float DownsamplingResolution { get; set; }
vb
Public Property DownsamplingResolution As Single

Property Value

TypeDescription
Single

The image resolution, in dots per inch.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DownsamplingResolution
PdfOptimizationOptions

.ImageCompressionOptions .DownsamplingResolution

|

Remarks

The following figures illustrate how DownsamplingResolution affects the resulting image quality:

75 DPI

50 DPI

See Also

PdfImageCompressionOptions Class

PdfImageCompressionOptions Members

DevExpress.Pdf Namespace