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.9.1+b77910aba6fa7f07fcfd9b66a6f8c5a618f049a3
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