PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererSettings Class / getRenderAnnotations Method
In This Topic
    getRenderAnnotations Method
    In This Topic
    Gets 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 boolean getRenderAnnotations()

    Return Value

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