Click or drag to resize

OptimizerMonoImageSettingsSetImageDPI Method

Sets the maximum and resampling dpi for monochrome images. By default these are set to 144 and 96 respectively.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetImageDPI(
	double maximum,
	double resampling
)

Parameters

maximum
Type: SystemDouble
the highest dpi of an image before it will be resampled
resampling
Type: SystemDouble
the image dpi to resample to if an image is encountered over the maximum dpi
See Also