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
)
Public Sub SetImageDPI (
maximum As Double,
resampling As Double
)
public:
virtual void SetImageDPI(
[InAttribute] double maximum,
[InAttribute] double resampling
) sealed
function SetImageDPI(maximum, 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