Click or drag to resize

CPDFGoToRAction Class

A remote go-to action is similar to an ordinary go-to event but jumps to a destination in another PDF file instead of the current file.
Inheritance Hierarchy

Namespace:  ComPDFKit.PDFDocument.Action
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFGoToRAction : CPDFAction

The CPDFGoToRAction type exposes the following members.

Constructors
  NameDescription
Public methodCPDFGoToRAction
Constructor function, used for creating GoToR action.
Top
Properties
  NameDescription
Public propertyActionType
Get action type, more:C_ACTION_TYPE
(Inherited from CPDFAction.)
Top
Methods
  NameDescription
Public methodGetDestination
Gets the destination associated with the action, more:CPDFDestination
Public methodGetFileSpec
Gets the file in which the destination shall be located.
Public methodIsValid
Whether the object is valid.
(Inherited from CPDFAction.)
Public methodRelease
Releases resources of the object.
(Inherited from CPDFAction.)
Public methodSetDestination
Sets the target position of GotoR action, more:CPDFDestination
Public methodSetFileSpec
Sets the specified file path of GoToR action.
Top
See Also