In This Topic
Sets the horizontal resolution of the output TIFF image.
This value is used only when converting PDF pages to TIFF images. The resolution used for conversion is the one specified in and methods.
The value will be written in the TIFF file if you need that value to be different from the one used for conversion.
Syntax
public void setInfoDpiX(
double
)
|
Parameters
- value
- Horizontal resolution that will be written in the output TIFF image.
See Also