Click or drag to resize

PdfGoToEAction Class

Represents an embedded go-to action. An embedded go-to action is similar to a remote go-to action but allows jumping to or from a PDF file that is embedded in another PDF file.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfGoToEAction

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfGoToEAction : PdfAction

The PdfGoToEAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfGoToEAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Public methodPdfGoToEAction(PdfDocument, PdfFileSpecification, PdfDestination) Initializes a new instance of the PdfGoToEAction class with the document, file specification and the destination.
Top
Properties
 NameDescription
Public propertyDestination Gets or sets the PdfDestination object associated with this action
Public propertyFileSpecification 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.
Public propertyNewWindow 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.
Top
See Also