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

    Return Value

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