public interface PdfDocumentActions
| Modifier and Type | Method and Description |
|---|---|
void |
setOpenAction(PdfAction action)
When the document opens this
action will be
invoked. |
void |
setOpenAction(String name)
When the document opens it will jump to the destination with
this name.
|
void setOpenAction(String name)
name - the name of the destination to jump tovoid setOpenAction(PdfAction action)
action will be
invoked.action - the action to be invokedCopyright © 2021. All rights reserved.