PdfRemoteGoToAction Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfRemoteGoToAction Class
Class for a remote Go-To action. A remote go-to action changes the current document view to a document view in another PDF file.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfAction
    BitMiracle.Docotic.Pdf.PdfRemoteGoToAction

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfRemoteGoToAction : PdfAction
VB
Public NotInheritable Class PdfRemoteGoToAction
	Inherits PdfAction

The PdfRemoteGoToAction type exposes the following members.

Properties

  NameDescription
Public propertyFilePath
Gets or sets the path to the file in which the destination is located.
Public propertyNextActions
Gets the collection of actions to be performed after this action.
(Inherited from PdfAction.)
Public propertyOpenInNewWindow
Gets or sets a value indicating whether to open the destination document in a new window.
Public propertyView
Gets or sets the view to display as the result of the action.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Inherited from PdfAction.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from PdfAction.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also