Interface PdfDocumentActions

    • Method Detail

      • setOpenAction

        void setOpenAction​(java.lang.String name)
        When the document opens it will jump to the destination with this name.
        Parameters:
        name - the name of the destination to jump to
      • setOpenAction

        void setOpenAction​(PdfAction action)
        When the document opens this action will be invoked.
        Parameters:
        action - the action to be invoked