Click or drag to resize
Pdftools logo

WebThresholdDPI Property

The threshold resolution of images in DPI.

The threshold resolution in DPI (dots per inch) to selectively activate downsampling for color and grayscale images.

Valid values are in the range 1.0 to 10000. To deactivate down-sampling of images set ResolutionDPI to .

Default: 1.4 times ResolutionDPI.


Namespace: PdfTools.Optimization.Profiles
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public double ThresholdDPI { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException[set] The given value is outside of range 1.0 to 10000.0.
See Also