In This Topic
Sets the vertical 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 setInfoDpiY(
double
)
|
Parameters
- value
- Vertical resolution that will be written in the output TIFF image.
See Also