PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setPageCloseAction Method
The action to be performed when the page containing the annotation is closed (for example, when the user navigates to the next or previous page, or follows a link annotation or outline item).
In This Topic
    setPageCloseAction Method
    In This Topic
    Sets the page close action.
    Syntax
    public void setPageCloseAction( 
       PDFAction action
    )

    Parameters

    action
    The action to be performed when the page containing the annotation is closed (for example, when the user navigates to the next or previous page, or follows a link annotation or outline item).
    See Also