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

    Parameters

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