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

    Parameters

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