Class 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.
public sealed class GoToRemoteAction : GoToAction
Constructors
Name | Description |
---|---|
GoToRemoteAction(string, ExplicitDestination) | Initializes GoToRemoteAction object. |
GoToRemoteAction(string, int) | Initializes GoToRemoteAction object. |
Properties
Name | Description |
---|---|
override Destination { get; set; } | Gets or sets the destination to jump to. |
File { get; set; } | Gets or sets the specification of the file in which the destination is located. |
NewWindow { get; set; } | Gets or sets a flag specifying whether to open the destination document in a new window. |
Next { get; } | Next actions in sequence. |
See Also
- class GoToAction
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF