PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererSettings Class / setInfoDpiY Method
Vertical resolution that will be written in the output TIFF image.
In This Topic
    setInfoDpiY Method
    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 value
    )

    Parameters

    value
    Vertical resolution that will be written in the output TIFF image.
    See Also