PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererSettings Class / setRenderGraphics Method
True if the vector graphics should be rendered, false otherwise.
In This Topic
    setRenderGraphics Method
    In This Topic
    Sets the value indicating whether the vector graphics should be rendered.
    When converting a PDF page to image, the vector graphics on the page can be removed from rendering if this property is set to true.
    Syntax
    public void setRenderGraphics( 
       boolean value
    )

    Parameters

    value
    True if the vector graphics should be rendered, false otherwise.
    See Also