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.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
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