Click or drag to resize
Pdftools logo

MinimalFileSizeResolutionDPI Property

The target resolution of images in DPI

The target resolution in DPI (dots per inch) for color and grayscale images.

Images with a resolution above a threshold of 1.4 times the target resolution are down-sampled.

Valid values are 1.0, or 10000, or in between.

If , then resolution setting is disabled.

Default: 130.


Namespace: PdfTools.Optimization.Profiles
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public double? ResolutionDPI { get; set; }

Property Value

NullableDouble
See Also