Click or drag to resize

PdfGoToRAction Class

Represents a remote go-to action. A remote go-to action is similar to an ordinary go-to action but jumps to a destination in another PDF file instead of the current file.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfGoToRAction

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

The PdfGoToRAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfGoToRAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Public methodPdfGoToRAction(PdfDocument, PdfFileSpecification, PdfDestination) Initializes a new instance of the PdfGoToRAction 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 a file specification described the file associated with this action.
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