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

    Parameters

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