GoToRemoteAction
Contents
[
Hide
]GoToRemoteAction class
Represents a remote go-to action that is similar to an ordinary go-to action but jumps to a destination in another PDF file instead of the current file.
The GoToRemoteAction type exposes the following members:
Constructors
| Name | Description |
|---|---|
| GoToRemoteAction(remote_pdf, remote_page_number) | Initializes a new instance of the GoToRemoteAction class |
| GoToRemoteAction(remote_pdf, destination) | Initializes a new instance of the GoToRemoteAction class |
Properties
| Name | Description |
|---|---|
| next | Next actions in sequence. |
| destination | Gets or sets the destination to jump to. |
| file | Gets or sets the specification of the file in which the destination is located. |
| new_window | Gets or sets a flag specifying whether to open the destination document in a new window. |
See Also
- namespace aspose.pdf.annotations
- assembly Aspose.PDF