PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererSettings Class / getRenderImages Method
In This Topic
    getRenderImages Method
    In This Topic
    Gets the value indicating whether the images should be rendered.
    When converting a PDF page to image, the images on the page can be removed from rendering if this property is set to true. This property removes from rendering both regular images and image masks.
    Syntax
    public boolean getRenderImages()

    Return Value

    True if the images should be rendered, false otherwise.
    See Also