PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererSettings Class / setRenderAnnotations Method
True if the page annotations should be rendered, false otherwise.
In This Topic
    setRenderAnnotations Method
    In This Topic
    Sets the value indicating whether the page annotations should be rendered.
    >When converting a PDF page to image, the page annotations on the page can be removed from rendering if this property is set to true. Widget annotations (form fields) are not affected by this property, they are removed from rendering when method is set to false.
    Syntax
    public void setRenderAnnotations( 
       boolean value
    )

    Parameters

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