Click or drag to resize

CPDFGoToAction Class

PDF action representing a change to another page.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFDocument.ActionCPDFAction
    ComPDFKit.PDFDocument.ActionCPDFGoToAction

Namespace:  ComPDFKit.PDFDocument.Action
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
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