PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / getForm Method
In This Topic
    getForm Method
    In This Topic
    Gets the PDF form included in the document.
    Syntax
    public PDFForm getForm()

    Return Value

    A com.o2sol.pdf4java.forms.PDFForm object representing the Pdf form included in the document.
    See Also