GoToRemoteAction Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents an action which goes to a destination in another document.
Inheritance Hierarchy
Bytescout.PDFAction
Bytescout.PDFGoToRemoteAction
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The GoToRemoteAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GoToRemoteAction | Initializes a new instance of the Bytescout.PDF.GoToRemoteAction. |
Properties
Name | Description | |
---|---|---|
FilePath | Gets the path to the destination document. | |
NewWindow | Gets or sets a value specifying whether to open the destination document in a new window. | |
Next | Gets the sequence of actions to be performed after the action represented by this instance. (Inherited from Action.) | |
PageIndex | Gets the index of the page to jump to. | |
Type | Gets the Bytescout.PDF.ActionType value that specifies the type of this action. (Overrides ActionType.) |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also