PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / setBeforeCloseAction Method
A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed before the document is closed.
In This Topic
    setBeforeCloseAction Method
    In This Topic
    Sets the javascript action to execute before the document is closed.
    Syntax
    public void setBeforeCloseAction( 
       PDFJavaScriptAction action
    )

    Parameters

    action
    A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed before the document is closed.
    See Also