Click or drag to resize

CPDFGoToAction Class

PDF action representing a change to another page.
Inheritance Hierarchy

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

The CPDFGoToAction type exposes the following members.

Constructors
  NameDescription
Public methodCPDFGoToAction
Constructor function, used for creating GoTo event.
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 methodIsValid
Whether the object is valid.
(Inherited from CPDFAction.)
Public methodRelease
Releases resources of the object.
(Inherited from CPDFAction.)
Public methodSetDestination
Sets the destination associated with the action, more:CPDFDestination
Top
See Also