PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFPageRenderer Class / convertRenderListToImage Method
The render list to be converted.
Output stream where the image will be saved.
The format used for saving the page image.
Settings for the rendering process.
In This Topic
    convertRenderListToImage Method
    In This Topic
    Converts the render list to an image.
    Syntax

    Parameters

    renderList
    The render list to be converted.
    stream
    Output stream where the image will be saved.
    pageImageFormat
    The format used for saving the page image.
    settings
    Settings for the rendering process.

    Return Value

    Image size in pixels.
    See Also