Pdf |
The PdfGoToEAction type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfGoToEAction(PdfDocument, IntPtr) | Initializes a new instance of the PdfAction class. | |
| PdfGoToEAction(PdfDocument, PdfFileSpecification, PdfDestination) | Initializes a new instance of the PdfGoToEAction class with the document, file specification and the destination. |
| Name | Description | |
|---|---|---|
| Destination | Gets or sets the PdfDestination object associated with this action | |
| FileSpecification | Gets or sets the root document of the target relative to the root document of the source. If this property is null, the source and target share the same root document. | |
| NewWindow | Gets a flag specifying whether to open the destination document in a new window. If this flag is false, the destination document replaces the current document in the same window. If this property is null, the viewer application should behave in accordance with the current user preference. |