Click or drag to resize
Pdftools logo

MrcLayerResolutionDPI Property

The target resolution in DPI (dots per inch) for downsampling MRC foreground and background layers

Valid values are 1, or 10000, or in between. Set to to deactivate downsampling of images.

Default: 70.


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

Property Value

NullableDouble
Exceptions
ExceptionCondition
ArgumentException[set] The given value is smaller than 1 or greater than 10000.
See Also