Skip to main content
All docs
V25.1
  • PdfImageCompressionOptions.DownsamplingResolution Property

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

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public float DownsamplingResolution { get; set; }

    Property Value

    Type Description
    Single

    The image resolution, in dots per inch.

    Remarks

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

    DevExpress PDF API | Optimize PDF - 75 DPI 75 DPI

    DevExpress PDF API | Optimize PDF - 50 DPI 50 DPI

    See Also