Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PdfSaveOptions Class / setOpenActionScript Method
The JavaScript to be executed when the saved PDF file is opened.
In This Topic
    setOpenActionScript Method
    In This Topic
    Set the JavaScript to be execute when the saved PDF file is opened.
    Syntax
    public void setOpenActionScript( 
       java.lang.String openActionScript
    )

    Parameters

    openActionScript
    The JavaScript to be executed when the saved PDF file is opened.
    See Also